Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1440 T = TentativeDefinitions.begin(ExternalSource.get()), in ActOnEndOfTranslationUnit()
1441 TEnd = TentativeDefinitions.end(); in ActOnEndOfTranslationUnit()
H A DSemaDecl.cpp14310 TentativeDefinitions.push_back(Var); in ActOnUninitializedDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5648 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions); in PrepareWritingSpecialDecls()
5755 RecordData TentativeDefinitions; in WriteSpecialDeclRecords() local
5756 AddLazyVectorEmiitedDecls(*this, SemaRef.TentativeDefinitions, in WriteSpecialDeclRecords()
5757 TentativeDefinitions); in WriteSpecialDeclRecords()
5758 if (!TentativeDefinitions.empty()) in WriteSpecialDeclRecords()
5759 Stream.EmitRecord(TENTATIVE_DEFINITIONS, TentativeDefinitions); in WriteSpecialDeclRecords()
H A DASTReader.cpp4192 TentativeDefinitions.push_back(ReadDeclID(F, Record, I)); in ReadASTBlock()
9298 for (unsigned I = 0, N = TentativeDefinitions.size(); I != N; ++I) { in ReadTentativeDefinitions()
9299 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I])); in ReadTentativeDefinitions()
9303 TentativeDefinitions.clear(); in ReadTentativeDefinitions()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h911 SmallVector<GlobalDeclID, 16> TentativeDefinitions; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3551 TentativeDefinitionsType TentativeDefinitions; variable