summaryrefslogtreecommitdiff
path: root/include/clang/Parse/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Parse/Parser.h')
-rw-r--r--include/clang/Parse/Parser.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/clang/Parse/Parser.h b/include/clang/Parse/Parser.h
index f34d469d98234..1ca92edc9a8ba 100644
--- a/include/clang/Parse/Parser.h
+++ b/include/clang/Parse/Parser.h
@@ -1321,13 +1321,6 @@ private:
UnqualifiedId &Result);
//===--------------------------------------------------------------------===//
- // C++ 13.5: Overloaded operators [over.oper]
- // EndLoc, if non-NULL, is filled with the location of the last token of
- // the ID.
- OverloadedOperatorKind TryParseOperatorFunctionId(SourceLocation *EndLoc = 0);
- TypeTy *ParseConversionFunctionId(SourceLocation *EndLoc = 0);
-
- //===--------------------------------------------------------------------===//
// C++ 14: Templates [temp]
typedef llvm::SmallVector<DeclPtrTy, 4> TemplateParameterList;