Searched refs:TentativeDefinitions (Results 1 – 6 of 6) sorted by relevance
754 T = TentativeDefinitions.begin(ExternalSource), in ActOnEndOfTranslationUnit()755 TEnd = TentativeDefinitions.end(); in ActOnEndOfTranslationUnit()
9333 TentativeDefinitions.push_back(Var); in ActOnUninitializedDecl()
4313 RecordData TentativeDefinitions; in WriteASTCore() local4314 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions); in WriteASTCore()4625 if (!TentativeDefinitions.empty()) in WriteASTCore()4626 Stream.EmitRecord(TENTATIVE_DEFINITIONS, TentativeDefinitions); in WriteASTCore()
3277 TentativeDefinitions.push_back(getGlobalDeclID(F, Record[I])); in ReadASTBlock()7330 for (unsigned I = 0, N = TentativeDefinitions.size(); I != N; ++I) { in ReadTentativeDefinitions()7331 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I])); in ReadTentativeDefinitions()7335 TentativeDefinitions.clear(); in ReadTentativeDefinitions()
737 SmallVector<uint64_t, 16> TentativeDefinitions; variable
424 TentativeDefinitionsType TentativeDefinitions; variable