Searched refs:DeclsLoaded (Results 1 – 3 of 3) sorted by relevance
484 std::vector<Decl *> DeclsLoaded; variable1795 return static_cast<unsigned>(DeclsLoaded.size()); in getTotalNumDecls()
3211 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()7412 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()7417 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()7500 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()7506 return DeclsLoaded[Index]; in GetExistingDecl()7515 if (Index >= DeclsLoaded.size()) { in GetDecl()7521 if (!DeclsLoaded[Index]) { in GetDecl()7527 return DeclsLoaded[Index]; in GetDecl()7790 DeclsLoaded.size() - llvm::count(DeclsLoaded, (Decl *)nullptr); in PrintStats()7807 if (!DeclsLoaded.empty()) in PrintStats()[all …]
2944 assert(!DeclsLoaded[Index] && "Decl loaded twice?"); in LoadedDecl()2945 DeclsLoaded[Index] = D; in LoadedDecl()