Searched refs:DeclsLoaded (Results 1 – 3 of 3) sorted by relevance
3391 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()7671 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()7676 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()7759 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()7765 return DeclsLoaded[Index]; in GetExistingDecl()7774 if (Index >= DeclsLoaded.size()) { in GetDecl()7780 if (!DeclsLoaded[Index]) { in GetDecl()7786 return DeclsLoaded[Index]; in GetDecl()8049 DeclsLoaded.size() - in PrintStats()8067 if (!DeclsLoaded.empty()) in PrintStats()[all …]
3198 assert(!DeclsLoaded[Index] && "Decl loaded twice?"); in LoadedDecl()3199 DeclsLoaded[Index] = D; in LoadedDecl()
502 llvm::PagedVector<Decl *> DeclsLoaded; variable1852 return static_cast<unsigned>(DeclsLoaded.size()); in getTotalNumDecls()