Searched refs:IdentifierLocs (Results 1 – 4 of 4) sorted by relevance
666 SmallVector<SourceLocation, 2> IdentifierLocs; in ActOnModuleImport() local673 IdentifierLocs.push_back(SourceLocation()); in ActOnModuleImport()676 IdentifierLocs.push_back(Path[0].second); in ActOnModuleImport()686 IdentifierLocs.push_back(Path[I].second); in ActOnModuleImport()691 Mod, IdentifierLocs); in ActOnModuleImport()
1626 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); in VisitImportDecl() local1627 Record.push_back(!IdentifierLocs.empty()); in VisitImportDecl()1628 if (IdentifierLocs.empty()) { in VisitImportDecl()1632 for (unsigned I = 0, N = IdentifierLocs.size(); I != N; ++I) in VisitImportDecl()1633 Record.AddSourceLocation(IdentifierLocs[I]); in VisitImportDecl()1634 Record.push_back(IdentifierLocs.size()); in VisitImportDecl()
5681 ArrayRef<SourceLocation> IdentifierLocs) in ImportDecl() argument5684 assert(getNumModuleIdentifiers(Imported) == IdentifierLocs.size()); in ImportDecl()5686 std::uninitialized_copy(IdentifierLocs.begin(), IdentifierLocs.end(), in ImportDecl()5699 ArrayRef<SourceLocation> IdentifierLocs) { in Create() argument5701 additionalSizeToAlloc<SourceLocation>(IdentifierLocs.size())) in Create()5702 ImportDecl(DC, StartLoc, Imported, IdentifierLocs); in Create()
4799 ArrayRef<SourceLocation> IdentifierLocs);4824 ArrayRef<SourceLocation> IdentifierLocs);