summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-18 09:27:30 +0000
committerChris Lattner <sabre@nondot.org>2009-04-18 09:27:30 +0000
commit33b9cb2eeca258ead2e1a70f4849327e780691d2 (patch)
tree5ed91bee513565702cfa6f451a50d4f5d621c5d9
parent41595d43d5fce5f8f344a641dd4204694c72f604 (diff)
downloadbcm5719-llvm-33b9cb2eeca258ead2e1a70f4849327e780691d2.tar.gz
bcm5719-llvm-33b9cb2eeca258ead2e1a70f4849327e780691d2.zip
add accessor.
llvm-svn: 69436
-rw-r--r--clang/include/clang/AST/Stmt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/AST/Stmt.h b/clang/include/clang/AST/Stmt.h
index fa11e6e52bc..d76bc0b3c91 100644
--- a/clang/include/clang/AST/Stmt.h
+++ b/clang/include/clang/AST/Stmt.h
@@ -1357,6 +1357,7 @@ public:
AtTryLoc = atTryLoc;
}
+ SourceLocation getAtTryLoc() const { return AtTryLoc; }
const Stmt *getTryBody() const { return SubStmts[TRY]; }
Stmt *getTryBody() { return SubStmts[TRY]; }
const ObjCAtCatchStmt *getCatchStmts() const {
OpenPOWER on IntegriCloud