Searched refs:TentativeDefinitions (Results 1 – 6 of 6) sorted by relevance
793 T = TentativeDefinitions.begin(ExternalSource), in ActOnEndOfTranslationUnit()794 TEnd = TentativeDefinitions.end(); in ActOnEndOfTranslationUnit()
9769 TentativeDefinitions.push_back(Var); in ActOnUninitializedDecl()
4143 RecordData TentativeDefinitions; in WriteASTCore() local4144 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions); in WriteASTCore()4458 if (!TentativeDefinitions.empty()) in WriteASTCore()4459 Stream.EmitRecord(TENTATIVE_DEFINITIONS, TentativeDefinitions); in WriteASTCore()
3115 TentativeDefinitions.push_back(getGlobalDeclID(F, Record[I])); in ReadASTBlock()7207 for (unsigned I = 0, N = TentativeDefinitions.size(); I != N; ++I) { in ReadTentativeDefinitions()7208 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I])); in ReadTentativeDefinitions()7212 TentativeDefinitions.clear(); in ReadTentativeDefinitions()
711 SmallVector<uint64_t, 16> TentativeDefinitions; variable
485 TentativeDefinitionsType TentativeDefinitions; variable