|
clang
3.8.0
|
CXXCatchStmt - This represents a C++ catch block. More...
#include <StmtCXX.h>
Public Member Functions | |
| CXXCatchStmt (SourceLocation catchLoc, VarDecl *exDecl, Stmt *handlerBlock) | |
| CXXCatchStmt (EmptyShell Empty) | |
| SourceLocation | getLocStart () const LLVM_READONLY |
| SourceLocation | getLocEnd () const LLVM_READONLY |
| SourceLocation | getCatchLoc () const |
| VarDecl * | getExceptionDecl () const |
| QualType | getCaughtType () const |
| Stmt * | getHandlerBlock () const |
| child_range | children () |
Static Public Member Functions | |
| static bool | classof (const Stmt *T) |
Friends | |
| class | ASTStmtReader |
CXXCatchStmt - This represents a C++ catch block.
|
inline |
|
inline |
|
inline |
Definition at line 49 of file StmtCXX.h.
Referenced by clang::ASTNodeImporter::VisitCXXCatchStmt().
| QualType CXXCatchStmt::getCaughtType | ( | ) | const |
Definition at line 20 of file StmtCXX.cpp.
References clang::ValueDecl::getType().
Referenced by clang::Sema::ActOnCXXTryBlock(), and clang::CodeGen::CodeGenFunction::EnterCXXTryStmt().
|
inline |
Definition at line 50 of file StmtCXX.h.
Referenced by clang::Sema::ActOnCXXTryBlock(), clang::CodeGen::CodeGenFunction::EnterCXXTryStmt(), print_block(), clang::ASTNodeImporter::VisitCXXCatchStmt(), and clang::ento::ExprEngine::VisitCXXCatchStmt().
|
inline |
Definition at line 52 of file StmtCXX.h.
Referenced by clang::CodeGen::CodeGenFunction::ExitCXXTryStmt(), and clang::ASTNodeImporter::VisitCXXCatchStmt().
|
inline |
|
inline |
Definition at line 44 of file StmtCXX.h.
Referenced by clang::Sema::ActOnCXXTryBlock().
|
friend |
1.8.6