Searched refs:TentativeDefinitions (Results 1 – 6 of 6) sorted by relevance
670 T = TentativeDefinitions.begin(ExternalSource), in ActOnEndOfTranslationUnit()671 TEnd = TentativeDefinitions.end(); in ActOnEndOfTranslationUnit()
7729 TentativeDefinitions.push_back(Var); in ActOnUninitializedDecl()
3583 RecordData TentativeDefinitions; in WriteASTCore() local3584 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions); in WriteASTCore()3855 if (!TentativeDefinitions.empty()) in WriteASTCore()3856 Stream.EmitRecord(TENTATIVE_DEFINITIONS, TentativeDefinitions); in WriteASTCore()
2538 TentativeDefinitions.push_back(getGlobalDeclID(F, Record[I])); in ReadASTBlock()6054 for (unsigned I = 0, N = TentativeDefinitions.size(); I != N; ++I) { in ReadTentativeDefinitions()6055 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I])); in ReadTentativeDefinitions()6059 TentativeDefinitions.clear(); in ReadTentativeDefinitions()
594 SmallVector<uint64_t, 16> TentativeDefinitions; variable
335 TentativeDefinitionsType TentativeDefinitions; variable