diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2010-08-02 12:04:59 +0200 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2010-08-02 12:52:12 +0200 |
commit | 6324bf4460132225f682a59bc59794610c25924e (patch) | |
tree | 669c452d5867f3caf71a1a53d7eb9fb67a6785ff /src/shared/cplusplus/ASTMatcher.h | |
parent | 6226cfe1fcbe33175e62950df656ff144e5276c0 (diff) | |
download | qt-creator-6324bf4460132225f682a59bc59794610c25924e.tar.gz |
Introduced IdExpressionAST.
Diffstat (limited to 'src/shared/cplusplus/ASTMatcher.h')
-rw-r--r-- | src/shared/cplusplus/ASTMatcher.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/cplusplus/ASTMatcher.h b/src/shared/cplusplus/ASTMatcher.h index c5fff82629..22c643c666 100644 --- a/src/shared/cplusplus/ASTMatcher.h +++ b/src/shared/cplusplus/ASTMatcher.h @@ -90,6 +90,7 @@ public: virtual bool match(FunctionDeclaratorAST *node, FunctionDeclaratorAST *pattern); virtual bool match(FunctionDefinitionAST *node, FunctionDefinitionAST *pattern); virtual bool match(GotoStatementAST *node, GotoStatementAST *pattern); + virtual bool match(IdExpressionAST *node, IdExpressionAST *pattern); virtual bool match(IfStatementAST *node, IfStatementAST *pattern); virtual bool match(LabeledStatementAST *node, LabeledStatementAST *pattern); virtual bool match(LinkageBodyAST *node, LinkageBodyAST *pattern); |