Searched refs:TentativeDefinitions (Results 1 – 6 of 6) sorted by relevance
1319 T = TentativeDefinitions.begin(ExternalSource.get()), in ActOnEndOfTranslationUnit()1320 TEnd = TentativeDefinitions.end(); in ActOnEndOfTranslationUnit()
14170 TentativeDefinitions.push_back(Var); in ActOnUninitializedDecl()
4788 RecordData TentativeDefinitions; in WriteASTCore() local4789 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions); in WriteASTCore()5133 if (!TentativeDefinitions.empty()) in WriteASTCore()5134 Stream.EmitRecord(TENTATIVE_DEFINITIONS, TentativeDefinitions); in WriteASTCore()
3853 TentativeDefinitions.push_back(getGlobalDeclID(F, Record[I])); in ReadASTBlock()8621 for (unsigned I = 0, N = TentativeDefinitions.size(); I != N; ++I) { in ReadTentativeDefinitions()8622 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I])); in ReadTentativeDefinitions()8626 TentativeDefinitions.clear(); in ReadTentativeDefinitions()
804 SmallVector<serialization::DeclID, 16> TentativeDefinitions; variable
903 TentativeDefinitionsType TentativeDefinitions; variable