class ObjCAtFinallyStmt
Declaration
class ObjCAtFinallyStmt : public Stmt { /* full declaration omitted */ };
Description
Represents Objective-C's @ finally statement
Declared at: clang/include/clang/AST/StmtObjC.h:127
Inherits from: Stmt
Member Variables
- private clang::SourceLocation AtFinallyLoc
- private clang::Stmt* AtFinallyStmt
Inherited from Stmt:
Method Overview
- public ObjCAtFinallyStmt(clang::SourceLocation atFinallyLoc, clang::Stmt * atFinallyStmt)
- public ObjCAtFinallyStmt(clang::Stmt::EmptyShell Empty)
- public clang::Stmt::child_range children()
- public clang::Stmt::const_child_range children() const
- public static bool classof(const clang::Stmt * T)
- public clang::SourceLocation getAtFinallyLoc() const
- public clang::SourceLocation getBeginLoc() const
- public clang::SourceLocation getEndLoc() const
- public const clang::Stmt * getFinallyBody() const
- public clang::Stmt * getFinallyBody()
- public void setAtFinallyLoc(clang::SourceLocation Loc)
- public void setFinallyBody(clang::Stmt * S)
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
¶ObjCAtFinallyStmt(
clang::SourceLocation atFinallyLoc,
clang::Stmt* atFinallyStmt)
ObjCAtFinallyStmt(
clang::SourceLocation atFinallyLoc,
clang::Stmt* atFinallyStmt)
Declared at: clang/include/clang/AST/StmtObjC.h:132
Parameters
- clang::SourceLocation atFinallyLoc
- clang::Stmt* atFinallyStmt
¶ObjCAtFinallyStmt(clang::Stmt::EmptyShell Empty)
ObjCAtFinallyStmt(clang::Stmt::EmptyShell Empty)
Declared at: clang/include/clang/AST/StmtObjC.h:136
Parameters
- clang::Stmt::EmptyShell Empty
¶clang::Stmt::child_range children()
clang::Stmt::child_range children()
Declared at: clang/include/clang/AST/StmtObjC.h:155
¶clang::Stmt::const_child_range children() const
clang::Stmt::const_child_range children() const
Declared at: clang/include/clang/AST/StmtObjC.h:159
¶static bool classof(const clang::Stmt* T)
static bool classof(const clang::Stmt* T)
Declared at: clang/include/clang/AST/StmtObjC.h:151
Parameters
- const clang::Stmt* T
¶clang::SourceLocation getAtFinallyLoc() const
clang::SourceLocation getAtFinallyLoc() const
Declared at: clang/include/clang/AST/StmtObjC.h:148
¶clang::SourceLocation getBeginLoc() const
clang::SourceLocation getBeginLoc() const
Declared at: clang/include/clang/AST/StmtObjC.h:143
¶clang::SourceLocation getEndLoc() const
clang::SourceLocation getEndLoc() const
Declared at: clang/include/clang/AST/StmtObjC.h:144
¶const clang::Stmt* getFinallyBody() const
const clang::Stmt* getFinallyBody() const
Declared at: clang/include/clang/AST/StmtObjC.h:139
¶clang::Stmt* getFinallyBody()
clang::Stmt* getFinallyBody()
Declared at: clang/include/clang/AST/StmtObjC.h:140
¶void setAtFinallyLoc(clang::SourceLocation Loc)
void setAtFinallyLoc(clang::SourceLocation Loc)
Declared at: clang/include/clang/AST/StmtObjC.h:149
Parameters
¶void setFinallyBody(clang::Stmt* S)
void setFinallyBody(clang::Stmt* S)
Declared at: clang/include/clang/AST/StmtObjC.h:141
Parameters
- clang::Stmt* S