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.cpp2151 Decl *ExceptionDecl = nullptr; in ParseCXXCatchBlock() local
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp948 TemplateInstantiator::RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl()
960 VarDecl *TemplateInstantiator::RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl()
DTreeTransform.h1342 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl()
1858 VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl()
1875 VarDecl *ExceptionDecl, in RebuildCXXCatchStmt()
6862 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt() local