forked from qt-creator/qt-creator
Introduced expandFunctionLikeMacro().
This commit is contained in:
@@ -104,6 +104,7 @@ private:
|
||||
QByteArray expand(const QByteArray &source);
|
||||
void expand(const QByteArray &source, QByteArray *result);
|
||||
void expand(const char *first, const char *last, QByteArray *result);
|
||||
void expandFunctionLikeMacro(TokenIterator identifierToken, Macro *m);
|
||||
|
||||
void resetIfLevel();
|
||||
bool testIfLevel();
|
||||
|
||||
Reference in New Issue
Block a user