Searched refs:TentativeDefinitions (Results 1 – 6 of 6) sorted by relevance
1039 T = TentativeDefinitions.begin(ExternalSource), in ActOnEndOfTranslationUnit()1040 TEnd = TentativeDefinitions.end(); in ActOnEndOfTranslationUnit()
11559 TentativeDefinitions.push_back(Var); in ActOnUninitializedDecl()
4689 RecordData TentativeDefinitions; in WriteASTCore() local4690 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions); in WriteASTCore()5036 if (!TentativeDefinitions.empty()) in WriteASTCore()5037 Stream.EmitRecord(TENTATIVE_DEFINITIONS, TentativeDefinitions); in WriteASTCore()
3354 TentativeDefinitions.push_back(getGlobalDeclID(F, Record[I])); in ReadASTBlock()8152 for (unsigned I = 0, N = TentativeDefinitions.size(); I != N; ++I) { in ReadTentativeDefinitions()8153 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I])); in ReadTentativeDefinitions()8157 TentativeDefinitions.clear(); in ReadTentativeDefinitions()
782 SmallVector<uint64_t, 16> TentativeDefinitions; variable
603 TentativeDefinitionsType TentativeDefinitions; variable