Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h483 std::vector<Decl *> DeclsLoaded; variable
1776 return static_cast<unsigned>(DeclsLoaded.size()); in getTotalNumDecls()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3177 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()
7358 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()
7363 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()
7446 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()
7452 return DeclsLoaded[Index]; in GetExistingDecl()
7461 if (Index >= DeclsLoaded.size()) { in GetDecl()
7467 if (!DeclsLoaded[Index]) { in GetDecl()
7473 return DeclsLoaded[Index]; in GetDecl()
7737 = DeclsLoaded.size() - std::count(DeclsLoaded.begin(), DeclsLoaded.end(), in PrintStats()
7760 if (!DeclsLoaded.empty()) in PrintStats()
[all …]
H A DASTReaderDecl.cpp2835 assert(!DeclsLoaded[Index] && "Decl loaded twice?"); in LoadedDecl()
2836 DeclsLoaded[Index] = D; in LoadedDecl()