Searched refs:DeclsLoaded (Results 1 – 3 of 3) sorted by relevance
3170 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()7331 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()7336 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()7419 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()7425 return DeclsLoaded[Index]; in GetExistingDecl()7434 if (Index >= DeclsLoaded.size()) { in GetDecl()7440 if (!DeclsLoaded[Index]) { in GetDecl()7443 DeserializationListener->DeclRead(ID, DeclsLoaded[Index]); in GetDecl()7446 return DeclsLoaded[Index]; in GetDecl()7710 = DeclsLoaded.size() - std::count(DeclsLoaded.begin(), DeclsLoaded.end(), in PrintStats()[all …]
2817 assert(!DeclsLoaded[Index] && "Decl loaded twice?"); in LoadedDecl()2818 DeclsLoaded[Index] = D; in LoadedDecl()
483 std::vector<Decl *> DeclsLoaded; variable1773 return static_cast<unsigned>(DeclsLoaded.size()); in getTotalNumDecls()