diff options
-rw-r--r-- | include/clang/AST/Stmt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/Stmt.h b/include/clang/AST/Stmt.h index fa11e6e52b..d76bc0b3c9 100644 --- a/include/clang/AST/Stmt.h +++ b/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 { |