Searched refs:TentativeDefinitions (Results 1 – 6 of 6) sorted by relevance
1269 T = TentativeDefinitions.begin(ExternalSource), in ActOnEndOfTranslationUnit()1270 TEnd = TentativeDefinitions.end(); in ActOnEndOfTranslationUnit()
13317 TentativeDefinitions.push_back(Var); in ActOnUninitializedDecl()
4581 RecordData TentativeDefinitions; in WriteASTCore() local4582 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions); in WriteASTCore()4930 if (!TentativeDefinitions.empty()) in WriteASTCore()4931 Stream.EmitRecord(TENTATIVE_DEFINITIONS, TentativeDefinitions); in WriteASTCore()
3680 TentativeDefinitions.push_back(getGlobalDeclID(F, Record[I])); in ReadASTBlock()8360 for (unsigned I = 0, N = TentativeDefinitions.size(); I != N; ++I) { in ReadTentativeDefinitions()8361 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I])); in ReadTentativeDefinitions()8365 TentativeDefinitions.clear(); in ReadTentativeDefinitions()
778 SmallVector<serialization::DeclID, 16> TentativeDefinitions; variable
873 TentativeDefinitionsType TentativeDefinitions; variable