Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h32 VarDecl *ExceptionDecl; variable
/external/clang/lib/Parse/
DParseStmt.cpp2103 Decl *ExceptionDecl = nullptr; in ParseCXXCatchBlock() local
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp946 TemplateInstantiator::RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl()
958 VarDecl *TemplateInstantiator::RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl()
DTreeTransform.h1330 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl()
1785 VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl()
1802 VarDecl *ExceptionDecl, in RebuildCXXCatchStmt()
6758 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt() local