Skip to content

Commit 8a1852c

Browse files
Update clang/include/clang/Sema/Sema.h
Co-authored-by: Hubert Tong <[email protected]>
1 parent e3c76a4 commit 8a1852c

File tree

1 file changed

+2
-2
lines changed
  • clang/include/clang/Sema

1 file changed

+2
-2
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14738,8 +14738,8 @@ class Sema final : public SemaBase {
1473814738

1473914739
public:
1474014740
ExprResult ActOnCXXReflectExpr(SourceLocation OpLoc, TypeSourceInfo *T);
14741-
ExprResult ActOnCXXReflectExpr(SourceLocation OpLoc, SourceLocation ArgLoc,
14742-
Decl *D);
14741+
ExprResult ActOnCXXReflectExpr(SourceLocation OpLoc,
14742+
SourceLocation OperandLoc, Decl *D);
1474314743

1474414744
ExprResult BuildCXXReflectExpr(SourceLocation OperatorLoc,
1474514745
SourceLocation OperandLoc, QualType T);

0 commit comments

Comments
 (0)