File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5168,7 +5168,6 @@ class Parser : public CodeCompletionHandler {
51685168 // / Implementations are in ParseHLSL.cpp
51695169 // /@{
51705170
5171-
51725171 // ===--------------------------------------------------------------------===//
51735172 // C++2c: Reflection [P2996]
51745173 ExprResult ParseCXXReflectExpression (SourceLocation OpLoc);
Original file line number Diff line number Diff line change @@ -14665,14 +14665,14 @@ class Sema final : public SemaBase {
1466514665
1466614666public:
1466714667
14668- ExprResult ActOnCXXReflectExpr(SourceLocation OpLoc, TypeSourceInfo* T);
14668+ ExprResult ActOnCXXReflectExpr(SourceLocation OpLoc, TypeSourceInfo * T);
1466914669 ExprResult ActOnCXXReflectExpr(SourceLocation OpLoc, SourceLocation ArgLoc,
1467014670 Decl *D);
1467114671
1467214672 ExprResult BuildCXXReflectExpr(SourceLocation OperatorLoc,
14673- SourceLocation OperandLoc, QualType T);
14673+ SourceLocation OperandLoc, QualType T);
1467414674 ExprResult BuildCXXReflectExpr(SourceLocation OperatorLoc,
14675- SourceLocation OperandLoc, Decl *D);
14675+ SourceLocation OperandLoc, Decl *D);
1467614676
1467714677public:
1467814678 void PushSatisfactionStackEntry(const NamedDecl *D,
You can’t perform that action at this time.
0 commit comments