Home
last modified time | relevance | path

Searched refs:TentativeDefinitions (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5090 RecordData TentativeDefinitions; in PrepareWritingSpecialDecls() local
5091 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions); in PrepareWritingSpecialDecls()
5196 RecordData TentativeDefinitions; in WriteSpecialDeclRecords() local
5197 AddLazyVectorEmiitedDecls(*this, SemaRef.TentativeDefinitions, in WriteSpecialDeclRecords()
5198 TentativeDefinitions); in WriteSpecialDeclRecords()
5199 if (!TentativeDefinitions.empty()) in WriteSpecialDeclRecords()
5200 Stream.EmitRecord(TENTATIVE_DEFINITIONS, TentativeDefinitions); in WriteSpecialDeclRecords()
H A DASTReader.cpp3892 TentativeDefinitions.push_back(ReadDeclID(F, Record, I)); in ReadASTBlock()
8767 for (unsigned I = 0, N = TentativeDefinitions.size(); I != N; ++I) { in ReadTentativeDefinitions()
8768 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I])); in ReadTentativeDefinitions()
8772 TentativeDefinitions.clear(); in ReadTentativeDefinitions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1360 T = TentativeDefinitions.begin(ExternalSource.get()), in ActOnEndOfTranslationUnit()
1361 TEnd = TentativeDefinitions.end(); in ActOnEndOfTranslationUnit()
H A DSemaDecl.cpp13975 TentativeDefinitions.push_back(Var); in ActOnUninitializedDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h803 SmallVector<GlobalDeclID, 16> TentativeDefinitions; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3099 TentativeDefinitionsType TentativeDefinitions; variable