Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReader.cpp2598 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()
6370 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()
6375 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()
6445 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()
6451 return DeclsLoaded[Index]; in GetExistingDecl()
6460 if (Index >= DeclsLoaded.size()) { in GetDecl()
6466 if (!DeclsLoaded[Index]) { in GetDecl()
6469 DeserializationListener->DeclRead(ID, DeclsLoaded[Index]); in GetDecl()
6472 return DeclsLoaded[Index]; in GetDecl()
6756 = DeclsLoaded.size() - std::count(DeclsLoaded.begin(), DeclsLoaded.end(), in PrintStats()
[all …]
DASTReaderDecl.cpp2390 assert(!DeclsLoaded[Index] && "Decl loaded twice?"); in LoadedDecl()
2391 DeclsLoaded[Index] = D; in LoadedDecl()
/external/clang/include/clang/Serialization/
DASTReader.h437 std::vector<Decl *> DeclsLoaded; variable
1557 return static_cast<unsigned>(DeclsLoaded.size()); in getTotalNumDecls()