Searched refs:DeclsLoaded (Results 1 – 3 of 3) sorted by relevance
483 std::vector<Decl *> DeclsLoaded; variable1776 return static_cast<unsigned>(DeclsLoaded.size()); in getTotalNumDecls()
3177 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 …]
2835 assert(!DeclsLoaded[Index] && "Decl loaded twice?"); in LoadedDecl()2836 DeclsLoaded[Index] = D; in LoadedDecl()