diff options
| -rw-r--r-- | clang/include/clang/AST/ExprCXX.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/AST/ExprCXX.h b/clang/include/clang/AST/ExprCXX.h index 1c4cd9b3a6c..8206a26b2c4 100644 --- a/clang/include/clang/AST/ExprCXX.h +++ b/clang/include/clang/AST/ExprCXX.h @@ -619,6 +619,7 @@ public: return SubExpr->getLocEnd(); } + /// Retrieve the source range of the expression. SourceRange getSourceRange() const LLVM_READONLY { return SubExpr->getSourceRange(); } |

