equal
deleted
inserted
replaced
117 void readToken(); |
117 void readToken(); |
118 const Location& location(); |
118 const Location& location(); |
119 QString previousLexeme(); |
119 QString previousLexeme(); |
120 QString lexeme(); |
120 QString lexeme(); |
121 bool match(int target); |
121 bool match(int target); |
|
122 bool skipTo(int target); |
122 bool matchCompat(); |
123 bool matchCompat(); |
123 bool matchTemplateAngles(CodeChunk *type = 0); |
124 bool matchTemplateAngles(CodeChunk *type = 0); |
124 bool matchTemplateHeader(); |
125 bool matchTemplateHeader(); |
125 bool matchDataType(CodeChunk *type, QString *var = 0); |
126 bool matchDataType(CodeChunk *type, QString *var = 0); |
126 bool matchParameter(FunctionNode *func); |
127 bool matchParameter(FunctionNode *func); |