forked from qt-creator/qt-creator
		
	Changed ObjC message arguments to have SimpleName for the name part.
This commit is contained in:
		@@ -100,6 +100,8 @@ protected:
 | 
			
		||||
    virtual bool visit(FunctionDeclaratorAST *ast);
 | 
			
		||||
    virtual bool visit(SimpleDeclarationAST *);
 | 
			
		||||
    virtual void endVisit(SimpleDeclarationAST *);
 | 
			
		||||
    virtual bool visit(ObjCSelectorWithoutArgumentsAST *ast);
 | 
			
		||||
    virtual bool visit(ObjCSelectorWithArgumentsAST *ast);
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    const Identifier *_id;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user