Searched refs:TentativeDefinitions (Results 1 – 6 of 6) sorted by relevance
1296 T = TentativeDefinitions.begin(ExternalSource.get()), in ActOnEndOfTranslationUnit()1297 TEnd = TentativeDefinitions.end(); in ActOnEndOfTranslationUnit()
13696 TentativeDefinitions.push_back(Var); in ActOnUninitializedDecl()
4685 RecordData TentativeDefinitions; in WriteASTCore() local4686 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions); in WriteASTCore()5034 if (!TentativeDefinitions.empty()) in WriteASTCore()5035 Stream.EmitRecord(TENTATIVE_DEFINITIONS, TentativeDefinitions); in WriteASTCore()
3676 TentativeDefinitions.push_back(getGlobalDeclID(F, Record[I])); in ReadASTBlock()8399 for (unsigned I = 0, N = TentativeDefinitions.size(); I != N; ++I) { in ReadTentativeDefinitions()8400 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I])); in ReadTentativeDefinitions()8404 TentativeDefinitions.clear(); in ReadTentativeDefinitions()
796 SmallVector<serialization::DeclID, 16> TentativeDefinitions; variable
874 TentativeDefinitionsType TentativeDefinitions; variable