Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtCXX.h31 VarDecl *ExceptionDecl; variable
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp2630 Decl *ExceptionDecl = nullptr; in ParseCXXCatchBlock() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1316 TemplateInstantiator::RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl()
1328 VarDecl *TemplateInstantiator::RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl()
H A DTreeTransform.h1535 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl()
2364 VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl()
2381 VarDecl *ExceptionDecl, in RebuildCXXCatchStmt()
8224 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt() local