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