tools/qdoc3/cppcodeparser.h
changeset 33 3e2da88830cd
parent 18 2f34d5167611
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
   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);