clang
3.7.0
|
This is the complete list of members for clang::CXXCatchStmt, including all inherited members.
ASTStmtReader class | clang::CXXCatchStmt | friend |
children() | clang::CXXCatchStmt | inline |
classof(const Stmt *T) | clang::CXXCatchStmt | inlinestatic |
CXXCatchStmt(SourceLocation catchLoc, VarDecl *exDecl, Stmt *handlerBlock) | clang::CXXCatchStmt | inline |
CXXCatchStmt(EmptyShell Empty) | clang::CXXCatchStmt | inline |
getCatchLoc() const | clang::CXXCatchStmt | inline |
getCaughtType() const | clang::CXXCatchStmt | |
getExceptionDecl() const | clang::CXXCatchStmt | inline |
getHandlerBlock() const | clang::CXXCatchStmt | inline |
getLocEnd() const LLVM_READONLY | clang::CXXCatchStmt | inline |
getLocStart() const LLVM_READONLY | clang::CXXCatchStmt | inline |