summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckDeclaration.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2010-08-09 15:18:50 +0200
committerRoberto Raggi <roberto.raggi@nokia.com>2010-08-09 15:19:10 +0200
commita9e980c0c7980a3ddaed94a0c768e2da13f2db9b (patch)
tree259b833451cb6f158c4084d60f634078d7e1e2bb /src/shared/cplusplus/CheckDeclaration.h
parent17bab9dce90f9c12d2982b3e5c28cfa17929aa63 (diff)
downloadqt-creator-a9e980c0c7980a3ddaed94a0c768e2da13f2db9b.tar.gz
Apply the decl specifiers.
Diffstat (limited to 'src/shared/cplusplus/CheckDeclaration.h')
-rw-r--r--src/shared/cplusplus/CheckDeclaration.h2
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;