Home
last modified time | relevance | path

Searched defs:ExceptionDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h31 VarDecl *ExceptionDecl; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2733 Decl *ExceptionDecl = nullptr; in ParseCXXCatchBlock() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1904 TemplateInstantiator::RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl()
1916 VarDecl *TemplateInstantiator::RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl()
H A DTreeTransform.h1622 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl()
2538 VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl()
2555 VarDecl *ExceptionDecl, in RebuildCXXCatchStmt()
8787 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt() local