Searched refs:StoredLocs (Results 1 – 2 of 2) sorted by relevance
5357 auto *StoredLocs = getTrailingObjects<SourceLocation>(); in ImportDecl() local5359 StoredLocs); in ImportDecl()5397 const auto *StoredLocs = getTrailingObjects<SourceLocation>(); in getIdentifierLocs() local5398 return llvm::ArrayRef(StoredLocs, in getIdentifierLocs()
2223 auto *StoredLocs = D->getTrailingObjects<SourceLocation>(); in VisitImportDecl() local2225 StoredLocs[I] = readSourceLocation(); in VisitImportDecl()