We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d0ab7 commit 74150d7Copy full SHA for 74150d7
clang/include/clang/AST/ExprCXX.h
@@ -5530,9 +5530,6 @@ class CXXReflectExpr : public Expr {
5530
SourceLocation getEndLoc() const LLVM_READONLY {
5531
return OperandRange.getEnd();
5532
}
5533
- SourceRange getSourceRange() const {
5534
- return SourceRange(getBeginLoc(), getEndLoc());
5535
- }
5536
5537
/// Returns location of the '^^'-operator.
5538
SourceLocation getOperatorLoc() const { return OperatorLoc; }
0 commit comments