Searched refs:IdentifierLocs (Results 1 – 4 of 4) sorted by relevance
561 SmallVector<SourceLocation, 2> IdentifierLocs; in ActOnModuleImport() local568 IdentifierLocs.push_back(SourceLocation()); in ActOnModuleImport()571 IdentifierLocs.push_back(Path[0].second); in ActOnModuleImport()581 IdentifierLocs.push_back(Path[I].second); in ActOnModuleImport()586 Mod, IdentifierLocs); in ActOnModuleImport()
1469 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); in VisitImportDecl() local1470 Record.push_back(!IdentifierLocs.empty()); in VisitImportDecl()1471 if (IdentifierLocs.empty()) { in VisitImportDecl()1475 for (unsigned I = 0, N = IdentifierLocs.size(); I != N; ++I) in VisitImportDecl()1476 Record.AddSourceLocation(IdentifierLocs[I]); in VisitImportDecl()1477 Record.push_back(IdentifierLocs.size()); in VisitImportDecl()
5353 ArrayRef<SourceLocation> IdentifierLocs) in ImportDecl() argument5356 assert(getNumModuleIdentifiers(Imported) == IdentifierLocs.size()); in ImportDecl()5358 std::uninitialized_copy(IdentifierLocs.begin(), IdentifierLocs.end(), in ImportDecl()5371 ArrayRef<SourceLocation> IdentifierLocs) { in Create() argument5373 additionalSizeToAlloc<SourceLocation>(IdentifierLocs.size())) in Create()5374 ImportDecl(DC, StartLoc, Imported, IdentifierLocs); in Create()
4657 ArrayRef<SourceLocation> IdentifierLocs);4682 ArrayRef<SourceLocation> IdentifierLocs);