Searched refs:TentativeDefinitions (Results 1 – 6 of 6) sorted by relevance
1182 T = TentativeDefinitions.begin(ExternalSource), in ActOnEndOfTranslationUnit()1183 TEnd = TentativeDefinitions.end(); in ActOnEndOfTranslationUnit()
12760 TentativeDefinitions.push_back(Var); in ActOnUninitializedDecl()
4380 RecordData TentativeDefinitions; in WriteASTCore() local4381 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions); in WriteASTCore()4728 if (!TentativeDefinitions.empty()) in WriteASTCore()4729 Stream.EmitRecord(TENTATIVE_DEFINITIONS, TentativeDefinitions); in WriteASTCore()
3640 TentativeDefinitions.push_back(getGlobalDeclID(F, Record[I])); in ReadASTBlock()8283 for (unsigned I = 0, N = TentativeDefinitions.size(); I != N; ++I) { in ReadTentativeDefinitions()8284 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I])); in ReadTentativeDefinitions()8288 TentativeDefinitions.clear(); in ReadTentativeDefinitions()
777 SmallVector<serialization::DeclID, 16> TentativeDefinitions; variable
859 TentativeDefinitionsType TentativeDefinitions; variable