Home
last modified time | relevance | path

Searched refs:IdentifierLocs (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp364 SmallVector<SourceLocation, 2> IdentifierLocs; in ActOnModuleImport() local
373 IdentifierLocs.push_back(Path[I].second); in ActOnModuleImport()
380 IdentifierLocs.push_back(SourceLocation()); in ActOnModuleImport()
385 Mod, IdentifierLocs); in ActOnModuleImport()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1423 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); in VisitImportDecl() local
1424 Record.push_back(!IdentifierLocs.empty()); in VisitImportDecl()
1425 if (IdentifierLocs.empty()) { in VisitImportDecl()
1429 for (unsigned I = 0, N = IdentifierLocs.size(); I != N; ++I) in VisitImportDecl()
1430 Record.AddSourceLocation(IdentifierLocs[I]); in VisitImportDecl()
1431 Record.push_back(IdentifierLocs.size()); in VisitImportDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp5066 ArrayRef<SourceLocation> IdentifierLocs) in ImportDecl() argument
5069 assert(getNumModuleIdentifiers(Imported) == IdentifierLocs.size()); in ImportDecl()
5071 std::uninitialized_copy(IdentifierLocs.begin(), IdentifierLocs.end(), in ImportDecl()
5084 ArrayRef<SourceLocation> IdentifierLocs) { in Create() argument
5086 additionalSizeToAlloc<SourceLocation>(IdentifierLocs.size())) in Create()
5087 ImportDecl(DC, StartLoc, Imported, IdentifierLocs); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4429 ArrayRef<SourceLocation> IdentifierLocs);
4454 ArrayRef<SourceLocation> IdentifierLocs);