class ObjCAtCatchStmt
Declaration
class ObjCAtCatchStmt : public Stmt { /* full declaration omitted */ };
Description
Represents Objective-C's @ catch statement.
Declared at: clang/include/clang/AST/StmtObjC.h:77
Inherits from: Stmt
Member Variables
- private clang::VarDecl* ExceptionDecl
- private clang::Stmt* Body
- private clang::SourceLocation AtCatchLoc
- private clang::SourceLocation RParenLoc
Inherited from Stmt:
Method Overview
- public ObjCAtCatchStmt(clang::Stmt::EmptyShell Empty)
- public ObjCAtCatchStmt(clang::SourceLocation atCatchLoc, clang::SourceLocation rparenloc, clang::VarDecl * catchVarDecl, clang::Stmt * atCatchStmt)
- public clang::Stmt::const_child_range children() const
- public clang::Stmt::child_range children()
- public static bool classof(const clang::Stmt * T)
- public clang::SourceLocation getAtCatchLoc() const
- public clang::SourceLocation getBeginLoc() const
- public clang::Stmt * getCatchBody()
- public const clang::Stmt * getCatchBody() const
- public const clang::VarDecl * getCatchParamDecl() const
- public clang::VarDecl * getCatchParamDecl()
- public clang::SourceLocation getEndLoc() const
- public clang::SourceLocation getRParenLoc() const
- public bool hasEllipsis() const
- public void setAtCatchLoc(clang::SourceLocation Loc)
- public void setCatchBody(clang::Stmt * S)
- public void setCatchParamDecl(clang::VarDecl * D)
- public void setRParenLoc(clang::SourceLocation Loc)
Inherited from Stmt:
- public EnableStatistics
- public IgnoreContainers
- public IgnoreContainers
- public PrintStats
- public ProcessODRHash
- public Profile
- public addStmtClass
- public child_begin
- public child_begin
- public child_end
- public child_end
- public children
- public children
- public determineLikelihoodConflict
- public dump
- public dump
- public dumpColor
- public dumpPretty
- public getBeginLoc
- public getEndLoc
- public getID
- public getLikelihood
- public getLikelihood
- public getLikelihood
- public getLikelihoodAttr
- public getSourceRange
- public getStmtClass
- public getStmtClassName
- public printJson
- public printPretty
- public printPrettyControlled
- public stripLabelLikeStatements
- public stripLabelLikeStatements
- public viewAST
Methods
¶ObjCAtCatchStmt(clang::Stmt::EmptyShell Empty)
ObjCAtCatchStmt(clang::Stmt::EmptyShell Empty)
Declared at: clang/include/clang/AST/StmtObjC.h:90
Parameters
- clang::Stmt::EmptyShell Empty
¶ObjCAtCatchStmt(clang::SourceLocation atCatchLoc,
clang::SourceLocation rparenloc,
clang::VarDecl* catchVarDecl,
clang::Stmt* atCatchStmt)
ObjCAtCatchStmt(clang::SourceLocation atCatchLoc,
clang::SourceLocation rparenloc,
clang::VarDecl* catchVarDecl,
clang::Stmt* atCatchStmt)
Declared at: clang/include/clang/AST/StmtObjC.h:84
Parameters
- clang::SourceLocation atCatchLoc
- clang::SourceLocation rparenloc
- clang::VarDecl* catchVarDecl
- clang::Stmt* atCatchStmt
¶clang::Stmt::const_child_range children() const
clang::Stmt::const_child_range children() const
Declared at: clang/include/clang/AST/StmtObjC.h:121
¶clang::Stmt::child_range children()
clang::Stmt::child_range children()
Declared at: clang/include/clang/AST/StmtObjC.h:119
¶static bool classof(const clang::Stmt* T)
static bool classof(const clang::Stmt* T)
Declared at: clang/include/clang/AST/StmtObjC.h:115
Parameters
- const clang::Stmt* T
¶clang::SourceLocation getAtCatchLoc() const
clang::SourceLocation getAtCatchLoc() const
Declared at: clang/include/clang/AST/StmtObjC.h:105
¶clang::SourceLocation getBeginLoc() const
clang::SourceLocation getBeginLoc() const
Declared at: clang/include/clang/AST/StmtObjC.h:110
¶clang::Stmt* getCatchBody()
clang::Stmt* getCatchBody()
Declared at: clang/include/clang/AST/StmtObjC.h:94
¶const clang::Stmt* getCatchBody() const
const clang::Stmt* getCatchBody() const
Declared at: clang/include/clang/AST/StmtObjC.h:93
¶const clang::VarDecl* getCatchParamDecl() const
const clang::VarDecl* getCatchParamDecl() const
Declared at: clang/include/clang/AST/StmtObjC.h:97
¶clang::VarDecl* getCatchParamDecl()
clang::VarDecl* getCatchParamDecl()
Declared at: clang/include/clang/AST/StmtObjC.h:100
¶clang::SourceLocation getEndLoc() const
clang::SourceLocation getEndLoc() const
Declared at: clang/include/clang/AST/StmtObjC.h:111
¶clang::SourceLocation getRParenLoc() const
clang::SourceLocation getRParenLoc() const
Declared at: clang/include/clang/AST/StmtObjC.h:107
¶bool hasEllipsis() const
bool hasEllipsis() const
Declared at: clang/include/clang/AST/StmtObjC.h:113
¶void setAtCatchLoc(clang::SourceLocation Loc)
void setAtCatchLoc(clang::SourceLocation Loc)
Declared at: clang/include/clang/AST/StmtObjC.h:106
Parameters
¶void setCatchBody(clang::Stmt* S)
void setCatchBody(clang::Stmt* S)
Declared at: clang/include/clang/AST/StmtObjC.h:95
Parameters
- clang::Stmt* S
¶void setCatchParamDecl(clang::VarDecl* D)
void setCatchParamDecl(clang::VarDecl* D)
Declared at: clang/include/clang/AST/StmtObjC.h:103
Parameters
¶void setRParenLoc(clang::SourceLocation Loc)
void setRParenLoc(clang::SourceLocation Loc)
Declared at: clang/include/clang/AST/StmtObjC.h:108