clang  3.7.0
clang::ObjCAtCatchStmt Member List

This is the complete list of members for clang::ObjCAtCatchStmt, including all inherited members.

children()clang::ObjCAtCatchStmtinline
classof(const Stmt *T)clang::ObjCAtCatchStmtinlinestatic
getAtCatchLoc() const clang::ObjCAtCatchStmtinline
getCatchBody() const clang::ObjCAtCatchStmtinline
getCatchBody()clang::ObjCAtCatchStmtinline
getCatchParamDecl() const clang::ObjCAtCatchStmtinline
getCatchParamDecl()clang::ObjCAtCatchStmtinline
getLocEnd() const LLVM_READONLYclang::ObjCAtCatchStmtinline
getLocStart() const LLVM_READONLYclang::ObjCAtCatchStmtinline
getRParenLoc() const clang::ObjCAtCatchStmtinline
hasEllipsis() const clang::ObjCAtCatchStmtinline
ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc, VarDecl *catchVarDecl, Stmt *atCatchStmt)clang::ObjCAtCatchStmtinline
ObjCAtCatchStmt(EmptyShell Empty)clang::ObjCAtCatchStmtinlineexplicit
setAtCatchLoc(SourceLocation Loc)clang::ObjCAtCatchStmtinline
setCatchBody(Stmt *S)clang::ObjCAtCatchStmtinline
setCatchParamDecl(VarDecl *D)clang::ObjCAtCatchStmtinline
setRParenLoc(SourceLocation Loc)clang::ObjCAtCatchStmtinline