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 f852125 commit e3c76a4Copy full SHA for e3c76a4
clang/include/clang/AST/ExprCXX.h
@@ -5519,7 +5519,7 @@ class CXXReflectExpr : public Expr {
5519
5520
public:
5521
static CXXReflectExpr *Create(ASTContext &C, SourceLocation OperatorLoc,
5522
- SourceLocation ArgLoc, QualType Operand);
+ SourceLocation OperandLoc, QualType Operand);
5523
5524
5525
SourceLocation OperandLoc, Decl *Operand);
0 commit comments