Searched refs:IdentifierLocs (Results 1 – 4 of 4) sorted by relevance
506 SmallVector<SourceLocation, 2> IdentifierLocs; in ActOnModuleImport() local513 IdentifierLocs.push_back(SourceLocation()); in ActOnModuleImport()516 IdentifierLocs.push_back(Path[0].second); in ActOnModuleImport()526 IdentifierLocs.push_back(Path[I].second); in ActOnModuleImport()531 Mod, IdentifierLocs); in ActOnModuleImport()
1451 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); in VisitImportDecl() local1452 Record.push_back(!IdentifierLocs.empty()); in VisitImportDecl()1453 if (IdentifierLocs.empty()) { in VisitImportDecl()1457 for (unsigned I = 0, N = IdentifierLocs.size(); I != N; ++I) in VisitImportDecl()1458 Record.AddSourceLocation(IdentifierLocs[I]); in VisitImportDecl()1459 Record.push_back(IdentifierLocs.size()); in VisitImportDecl()
5209 ArrayRef<SourceLocation> IdentifierLocs) in ImportDecl() argument5212 assert(getNumModuleIdentifiers(Imported) == IdentifierLocs.size()); in ImportDecl()5214 std::uninitialized_copy(IdentifierLocs.begin(), IdentifierLocs.end(), in ImportDecl()5227 ArrayRef<SourceLocation> IdentifierLocs) { in Create() argument5229 additionalSizeToAlloc<SourceLocation>(IdentifierLocs.size())) in Create()5230 ImportDecl(DC, StartLoc, Imported, IdentifierLocs); in Create()
4544 ArrayRef<SourceLocation> IdentifierLocs);4569 ArrayRef<SourceLocation> IdentifierLocs);