Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DStmtCXX.h32 VarDecl *ExceptionDecl; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp948 TemplateInstantiator::RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl()
960 VarDecl *TemplateInstantiator::RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl()
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DStmtCXX.h31 VarDecl *ExceptionDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DStmtCXX.h31 VarDecl *ExceptionDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DStmtCXX.h31 VarDecl *ExceptionDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DStmtCXX.h31 VarDecl *ExceptionDecl; variable
/aosp_15_r20/external/clang/lib/Parse/
H A DParseStmt.cpp2151 Decl *ExceptionDecl = nullptr; in ParseCXXCatchBlock() local