forked from qt-creator/qt-creator
C++: Use more direct approach to recognize special Qt tokens
Change-Id: I45399a196500cbc6aecedfaa94a50890914906f1 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
@@ -230,9 +230,6 @@ private:
|
||||
void handleEndIfDirective(PPToken *tk, const PPToken £Token);
|
||||
void handleIfDefDirective(bool checkUndefined, PPToken *tk);
|
||||
void handleUndefDirective(PPToken *tk);
|
||||
|
||||
static bool isQtReservedWord(const ByteArrayRef &name);
|
||||
|
||||
void trackExpansionCycles(PPToken *tk);
|
||||
|
||||
QByteArray ¤tOutputBuffer() { return *m_state.m_currentExpansion; }
|
||||
|
||||
Reference in New Issue
Block a user