Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp2721 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()
6187 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()
6192 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()
6237 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()
6243 return DeclsLoaded[Index]; in GetExistingDecl()
6252 if (Index >= DeclsLoaded.size()) { in GetDecl()
6258 if (!DeclsLoaded[Index]) { in GetDecl()
6264 return DeclsLoaded[Index]; in GetDecl()
6772 = DeclsLoaded.size() - std::count(DeclsLoaded.begin(), DeclsLoaded.end(), in PrintStats()
6795 if (!DeclsLoaded.empty()) in PrintStats()
[all …]
H A DASTReaderDecl.cpp2259 assert(!DeclsLoaded[Index] && "Decl loaded twice?"); in LoadedDecl()
2260 DeclsLoaded[Index] = D; in LoadedDecl()
/minix/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h415 std::vector<Decl *> DeclsLoaded; variable
1571 return static_cast<unsigned>(DeclsLoaded.size()); in getTotalNumDecls()