Home
last modified time | relevance | path

Searched refs:DeclsLoaded (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3170 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()
7331 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()
7336 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()
7419 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()
7425 return DeclsLoaded[Index]; in GetExistingDecl()
7434 if (Index >= DeclsLoaded.size()) { in GetDecl()
7440 if (!DeclsLoaded[Index]) { in GetDecl()
7443 DeserializationListener->DeclRead(ID, DeclsLoaded[Index]); in GetDecl()
7446 return DeclsLoaded[Index]; in GetDecl()
7710 = DeclsLoaded.size() - std::count(DeclsLoaded.begin(), DeclsLoaded.end(), in PrintStats()
[all …]
H A DASTReaderDecl.cpp2817 assert(!DeclsLoaded[Index] && "Decl loaded twice?"); in LoadedDecl()
2818 DeclsLoaded[Index] = D; in LoadedDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h483 std::vector<Decl *> DeclsLoaded; variable
1773 return static_cast<unsigned>(DeclsLoaded.size()); in getTotalNumDecls()