Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp2867 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()
7248 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()
7253 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()
7333 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()
7339 return DeclsLoaded[Index]; in GetExistingDecl()
7348 if (Index >= DeclsLoaded.size()) { in GetDecl()
7354 if (!DeclsLoaded[Index]) { in GetDecl()
7360 return DeclsLoaded[Index]; in GetDecl()
7622 = DeclsLoaded.size() - std::count(DeclsLoaded.begin(), DeclsLoaded.end(), in PrintStats()
7645 if (!DeclsLoaded.empty()) in PrintStats()
[all …]
H A DASTReaderDecl.cpp2750 assert(!DeclsLoaded[Index] && "Decl loaded twice?"); in LoadedDecl()
2751 DeclsLoaded[Index] = D; in LoadedDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h497 std::vector<Decl *> DeclsLoaded; variable
1749 return static_cast<unsigned>(DeclsLoaded.size()); in getTotalNumDecls()