forked from OSchip/llvm-project
Stop hiding the interface-exposed EatToEndOfStatement (see r172276).
llvm-svn: 172277
This commit is contained in:
parent
0cf0cb9247
commit
03872a3a2e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue