diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2010-08-09 15:18:50 +0200 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2010-08-09 15:19:10 +0200 |
commit | a9e980c0c7980a3ddaed94a0c768e2da13f2db9b (patch) | |
tree | 259b833451cb6f158c4084d60f634078d7e1e2bb /src/shared/cplusplus/CheckDeclaration.h | |
parent | 17bab9dce90f9c12d2982b3e5c28cfa17929aa63 (diff) | |
download | qt-creator-a9e980c0c7980a3ddaed94a0c768e2da13f2db9b.tar.gz |
Apply the decl specifiers.
Diffstat (limited to 'src/shared/cplusplus/CheckDeclaration.h')
-rw-r--r-- | src/shared/cplusplus/CheckDeclaration.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/cplusplus/CheckDeclaration.h b/src/shared/cplusplus/CheckDeclaration.h index 90690d2720..562b170123 100644 --- a/src/shared/cplusplus/CheckDeclaration.h +++ b/src/shared/cplusplus/CheckDeclaration.h @@ -69,6 +69,8 @@ protected: Scope *switchScope(Scope *scope); TemplateParameters *switchTemplateParameters(TemplateParameters *templateParameters); + void setDeclSpecifiers(Symbol *symbol, const FullySpecifiedType &declSpecifiers); + void checkFunctionArguments(Function *fun); using ASTVisitor::visit; |