Added semantic checks for method declarations.

This commit is contained in:
Erik Verbruggen
2009-07-31 13:22:32 +02:00
parent b54517ad0f
commit b713f1772a
9 changed files with 83 additions and 9 deletions

View File

@@ -96,6 +96,7 @@ protected:
// ObjC
virtual bool visit(ObjCMethodPrototypeAST *ast);
void checkMessageArgument(ObjCMessageArgumentDeclarationAST *arg);
void applyCvQualifiers(SpecifierAST *cv);
private: