Searched defs:ExceptionDecl (Results 1 – 8 of 8) sorted by relevance
| /external/clang/include/clang/AST/ |
| D | StmtCXX.h | 32 VarDecl *ExceptionDecl; variable
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | StmtCXX.h | 31 VarDecl *ExceptionDecl; variable
|
| /external/clang/lib/Parse/ |
| D | ParseStmt.cpp | 2151 Decl *ExceptionDecl = nullptr; in ParseCXXCatchBlock() local
|
| /external/clang/lib/Sema/ |
| D | SemaTemplateInstantiate.cpp | 948 TemplateInstantiator::RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl() 960 VarDecl *TemplateInstantiator::RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl()
|
| D | TreeTransform.h | 1342 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
|
| /external/llvm-project/clang/lib/Parse/ |
| D | ParseStmt.cpp | 2462 Decl *ExceptionDecl = nullptr; in ParseCXXCatchBlock() local
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaTemplateInstantiate.cpp | 1299 TemplateInstantiator::RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl() 1311 VarDecl *TemplateInstantiator::RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl()
|
| D | TreeTransform.h | 1510 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl() 2207 VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl() 2224 VarDecl *ExceptionDecl, in RebuildCXXCatchStmt() 8004 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt() local
|