Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h498 llvm::PagedVector<Decl *> DeclsLoaded; variable
1865 return static_cast<unsigned>(DeclsLoaded.size()); in getTotalNumDecls()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3417 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()
7830 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()
7836 return DeclsLoaded[Index]; in GetExistingDecl()
7845 if (Index >= DeclsLoaded.size()) { in GetDecl()
7851 if (!DeclsLoaded[Index]) { in GetDecl()
7854 DeserializationListener->DeclRead(ID, DeclsLoaded[Index]); in GetDecl()
7857 return DeclsLoaded[Index]; in GetDecl()
8140 DeclsLoaded.size() - in PrintStats()
8141 llvm::count(DeclsLoaded.materialized(), (Decl *)nullptr); in PrintStats()
8158 if (!DeclsLoaded.empty()) in PrintStats()
[all …]
H A DASTReaderDecl.cpp3175 assert(!DeclsLoaded[Index] && "Decl loaded twice?"); in LoadedDecl()
3176 DeclsLoaded[Index] = D; in LoadedDecl()