Home
last modified time | relevance | path

Searched refs:SourceDecl (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.cpp140 const Decl *SourceDecl = Source.dyn_cast<const Decl *>(); in checkFullyInitialized() local
141 assert(SourceDecl); in checkFullyInitialized()
142 const auto *VD = cast<VarDecl>(SourceDecl); in checkFullyInitialized()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h212 asImpl().writeDeclRef(esi.SourceDecl); in writeExceptionSpecInfo()
215 asImpl().writeDeclRef(esi.SourceDecl); in writeExceptionSpecInfo()
H A DAbstractBasicReader.h231 esi.SourceDecl = asImpl().readFunctionDeclRef(); in readExceptionSpecInfo()
234 esi.SourceDecl = asImpl().readFunctionDeclRef(); in readExceptionSpecInfo()
H A DType.h4258 FunctionDecl *SourceDecl = nullptr;
4488 Result.SourceDecl = getExceptionSpecDecl();
4491 Result.SourceDecl = getExceptionSpecDecl();
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp528 for (const Decl *SourceDecl : SourceDC.get()->decls()) { in FindExternalLexicalDecls() local
529 if (IsKindWeWant(SourceDecl->getKind())) { in FindExternalLexicalDecls()
530 auto ImportedDeclOrErr = Forward.Import(SourceDecl); in FindExternalLexicalDecls()
H A DTextNodeDumper.cpp1721 dumpDeclRef(EPI.ExceptionSpec.SourceDecl, "ExceptionSourceDecl"); in VisitFunctionProtoType()
1902 OS << " noexcept-unevaluated " << EPI.ExceptionSpec.SourceDecl; in VisitFunctionDecl()
H A DType.cpp3540 slot[0] = epi.ExceptionSpec.SourceDecl; in FunctionProtoType()
3548 slot[0] = epi.ExceptionSpec.SourceDecl; in FunctionProtoType()
3692 ID.AddPointer(epi.ExceptionSpec.SourceDecl->getCanonicalDecl()); in Profile()
H A DASTImporter.cpp1339 ToEPI.ExceptionSpec.SourceDecl = in VisitFunctionProtoType()
1340 importChecked(Err, FromEPI.ExceptionSpec.SourceDecl); in VisitFunctionProtoType()
3780 if (FromEPI.ExceptionSpec.SourceDecl || in VisitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp225 FunctionDecl *SourceDecl = FPT->getExceptionSpecDecl(); in ResolveExceptionSpec() local
227 SourceDecl->getType()->castAs<FunctionProtoType>(); in ResolveExceptionSpec()
235 EvaluateImplicitExceptionSpec(Loc, SourceDecl); in ResolveExceptionSpec()
237 InstantiateExceptionSpec(Loc, SourceDecl); in ResolveExceptionSpec()
240 SourceDecl->getType()->castAs<FunctionProtoType>(); in ResolveExceptionSpec()
H A DSemaDeclCXX.cpp7627 EPI.ExceptionSpec.SourceDecl = MD; in getImplicitMethodEPI()
7880 EPI.ExceptionSpec.SourceDecl = MD; in CheckExplicitlyDefaultedSpecialMember()
9122 EPI.ExceptionSpec.SourceDecl = FD; in CheckExplicitlyDefaultedComparison()
14121 EPI.ExceptionSpec.SourceDecl = DerivedCtor; in findInheritingConstructor()
14434 EPI.ExceptionSpec.SourceDecl = Destructor; in AdjustDestructorExceptionSpec()
H A DSemaTemplateInstantiateDecl.cpp4782 EPI.ExceptionSpec.SourceDecl = New; in InitFunctionInstantiation()