forked from qt-creator/qt-creator
Get rid of the old Semantic pass.
This commit is contained in:
@@ -61,7 +61,8 @@ public:
|
||||
|
||||
void operator()(TranslationUnitAST *ast, Namespace *globalNamespace);
|
||||
void operator()(DeclarationAST *ast, Scope *scope);
|
||||
void operator()(ExpressionAST *ast, Scope *scope);
|
||||
FullySpecifiedType operator()(ExpressionAST *ast, Scope *scope);
|
||||
FullySpecifiedType operator()(NewTypeIdAST *ast, Scope *scope);
|
||||
|
||||
bool skipFunctionBodies() const;
|
||||
void setSkipFunctionBodies(bool skipFunctionBodies);
|
||||
|
||||
Reference in New Issue
Block a user