Searched refs:TentativeDefinitions (Results 1 – 6 of 6) sorted by relevance
790 T = TentativeDefinitions.begin(ExternalSource), in ActOnEndOfTranslationUnit()791 TEnd = TentativeDefinitions.end(); in ActOnEndOfTranslationUnit()
10115 TentativeDefinitions.push_back(Var); in ActOnUninitializedDecl()
4200 RecordData TentativeDefinitions; in WriteASTCore() local4201 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions); in WriteASTCore()4526 if (!TentativeDefinitions.empty()) in WriteASTCore()4527 Stream.EmitRecord(TENTATIVE_DEFINITIONS, TentativeDefinitions); in WriteASTCore()
3102 TentativeDefinitions.push_back(getGlobalDeclID(F, Record[I])); in ReadASTBlock()7260 for (unsigned I = 0, N = TentativeDefinitions.size(); I != N; ++I) { in ReadTentativeDefinitions()7261 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I])); in ReadTentativeDefinitions()7265 TentativeDefinitions.clear(); in ReadTentativeDefinitions()
706 SmallVector<uint64_t, 16> TentativeDefinitions; variable
517 TentativeDefinitionsType TentativeDefinitions; variable