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 e3c76a4 commit 8a1852cCopy full SHA for 8a1852c
clang/include/clang/Sema/Sema.h
@@ -14738,8 +14738,8 @@ class Sema final : public SemaBase {
14738
14739
public:
14740
ExprResult ActOnCXXReflectExpr(SourceLocation OpLoc, TypeSourceInfo *T);
14741
- ExprResult ActOnCXXReflectExpr(SourceLocation OpLoc, SourceLocation ArgLoc,
14742
- Decl *D);
+ ExprResult ActOnCXXReflectExpr(SourceLocation OpLoc,
+ SourceLocation OperandLoc, Decl *D);
14743
14744
ExprResult BuildCXXReflectExpr(SourceLocation OperatorLoc,
14745
SourceLocation OperandLoc, QualType T);
0 commit comments