Stop hiding the interface-exposed EatToEndOfStatement (see r172276).

llvm-svn: 172277
This commit is contained in:
Eli Bendersky 2013-01-12 00:23:24 +00:00
parent 0cf0cb9247
commit 03872a3a2e
1 changed files with 1 additions and 2 deletions

View File

@ -229,6 +229,7 @@ public:
/// ParseIdentifier - Parse an identifier or string (as a quoted identifier)
/// and set \p Res to the identifier contents.
virtual bool ParseIdentifier(StringRef &Res);
virtual void EatToEndOfStatement();
/// }
@ -267,8 +268,6 @@ private:
/// location.
void JumpToLoc(SMLoc Loc, int InBuffer=-1);
virtual void EatToEndOfStatement();
bool ParseMacroArgument(MacroArgument &MA,
AsmToken::TokenKind &ArgumentDelimiter);
bool ParseMacroArguments(const Macro *M, MacroArguments &A);