Searched refs:StoredLocs (Results 1 – 2 of 2) sorted by relevance
4231 auto *StoredLocs = getTrailingObjects<SourceLocation>(); in ImportDecl() local4233 StoredLocs); in ImportDecl()4272 const auto *StoredLocs = getTrailingObjects<SourceLocation>(); in getIdentifierLocs() local4273 return llvm::makeArrayRef(StoredLocs, in getIdentifierLocs()
1816 SourceLocation *StoredLocs = D->getTrailingObjects<SourceLocation>(); in VisitImportDecl() local1818 StoredLocs[I] = ReadSourceLocation(Record, Idx); in VisitImportDecl()