forked from qt-creator/qt-creator
Removed ObjCMessageArgumentListAST
Done with Erik Verbruggen
This commit is contained in:
@@ -91,6 +91,13 @@ public:
|
||||
|
||||
void accept(AST *ast);
|
||||
|
||||
template <typename _Tp>
|
||||
void accept(List<_Tp> *it)
|
||||
{
|
||||
for (; it; it = it->next)
|
||||
accept(it->value);
|
||||
}
|
||||
|
||||
virtual bool preVisit(AST *) { return true; }
|
||||
virtual void postVisit(AST *) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user