Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h484 std::vector<Decl *> DeclsLoaded; variable
1795 return static_cast<unsigned>(DeclsLoaded.size()); in getTotalNumDecls()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp3211 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()
7412 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()
7417 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()
7500 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()
7506 return DeclsLoaded[Index]; in GetExistingDecl()
7515 if (Index >= DeclsLoaded.size()) { in GetDecl()
7521 if (!DeclsLoaded[Index]) { in GetDecl()
7527 return DeclsLoaded[Index]; in GetDecl()
7790 DeclsLoaded.size() - llvm::count(DeclsLoaded, (Decl *)nullptr); in PrintStats()
7807 if (!DeclsLoaded.empty()) in PrintStats()
[all …]
H A DASTReaderDecl.cpp2944 assert(!DeclsLoaded[Index] && "Decl loaded twice?"); in LoadedDecl()
2945 DeclsLoaded[Index] = D; in LoadedDecl()