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 a623415 commit f852125Copy full SHA for f852125
clang/include/clang/AST/ExprCXX.h
@@ -5513,8 +5513,8 @@ class CXXReflectExpr : public Expr {
5513
SourceLocation OperatorLoc;
5514
SourceRange OperandRange;
5515
5516
- CXXReflectExpr(const ASTContext &C, QualType T, QualType Ty);
5517
- CXXReflectExpr(const ASTContext &C, QualType T, Decl *Arg);
+ CXXReflectExpr(const ASTContext &C, QualType T, QualType Operand);
+ CXXReflectExpr(const ASTContext &C, QualType T, Decl *Operand);
5518
CXXReflectExpr(EmptyShell Empty);
5519
5520
public:
0 commit comments