clang  3.9.0
Public Member Functions | Static Public Member Functions | List of all members
clang::ObjCAtFinallyStmt Class Reference

Represents Objective-C's @finally statement. More...

#include <StmtObjC.h>

Inheritance diagram for clang::ObjCAtFinallyStmt:
[legend]
Collaboration diagram for clang::ObjCAtFinallyStmt:
[legend]

Public Member Functions

 ObjCAtFinallyStmt (SourceLocation atFinallyLoc, Stmt *atFinallyStmt)
 
 ObjCAtFinallyStmt (EmptyShell Empty)
 
const StmtgetFinallyBody () const
 
StmtgetFinallyBody ()
 
void setFinallyBody (Stmt *S)
 
SourceLocation getLocStart () const LLVM_READONLY
 
SourceLocation getLocEnd () const LLVM_READONLY
 
SourceLocation getAtFinallyLoc () const
 
void setAtFinallyLoc (SourceLocation Loc)
 
child_range children ()
 

Static Public Member Functions

static bool classof (const Stmt *T)
 

Detailed Description

Represents Objective-C's @finally statement.

Definition at line 120 of file StmtObjC.h.

Constructor & Destructor Documentation

clang::ObjCAtFinallyStmt::ObjCAtFinallyStmt ( SourceLocation  atFinallyLoc,
Stmt atFinallyStmt 
)
inline

Definition at line 125 of file StmtObjC.h.

clang::ObjCAtFinallyStmt::ObjCAtFinallyStmt ( EmptyShell  Empty)
inlineexplicit

Definition at line 129 of file StmtObjC.h.

Member Function Documentation

child_range clang::ObjCAtFinallyStmt::children ( )
inline

Definition at line 148 of file StmtObjC.h.

static bool clang::ObjCAtFinallyStmt::classof ( const Stmt T)
inlinestatic

Definition at line 144 of file StmtObjC.h.

SourceLocation clang::ObjCAtFinallyStmt::getAtFinallyLoc ( ) const
inline

Definition at line 141 of file StmtObjC.h.

Referenced by clang::ASTNodeImporter::VisitObjCAtFinallyStmt().

const Stmt* clang::ObjCAtFinallyStmt::getFinallyBody ( ) const
inline

Definition at line 132 of file StmtObjC.h.

Referenced by clang::ASTNodeImporter::VisitObjCAtFinallyStmt().

Stmt* clang::ObjCAtFinallyStmt::getFinallyBody ( )
inline

Definition at line 133 of file StmtObjC.h.

SourceLocation clang::ObjCAtFinallyStmt::getLocEnd ( ) const
inline

Definition at line 137 of file StmtObjC.h.

Referenced by clang::ObjCAtTryStmt::getLocEnd().

SourceLocation clang::ObjCAtFinallyStmt::getLocStart ( ) const
inline

Definition at line 136 of file StmtObjC.h.

void clang::ObjCAtFinallyStmt::setAtFinallyLoc ( SourceLocation  Loc)
inline

Definition at line 142 of file StmtObjC.h.

void clang::ObjCAtFinallyStmt::setFinallyBody ( Stmt S)
inline

Definition at line 134 of file StmtObjC.h.

References S.


The documentation for this class was generated from the following file: