Searched refs:DeclsLoaded (Results 1 – 3 of 3) sorted by relevance
2761 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()6299 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()6304 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()6365 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()6371 return DeclsLoaded[Index]; in GetExistingDecl()6380 if (Index >= DeclsLoaded.size()) { in GetDecl()6386 if (!DeclsLoaded[Index]) { in GetDecl()6389 DeserializationListener->DeclRead(ID, DeclsLoaded[Index]); in GetDecl()6392 return DeclsLoaded[Index]; in GetDecl()6902 = DeclsLoaded.size() - std::count(DeclsLoaded.begin(), DeclsLoaded.end(), in PrintStats()[all …]
2312 assert(!DeclsLoaded[Index] && "Decl loaded twice?"); in LoadedDecl()2313 DeclsLoaded[Index] = D; in LoadedDecl()
420 std::vector<Decl *> DeclsLoaded; variable1558 return static_cast<unsigned>(DeclsLoaded.size()); in getTotalNumDecls()