forked from qt-creator/qt-creator
Added Document::ParseDeclarator.
This commit is contained in:
@@ -288,6 +288,10 @@ bool Document::parse(ParseMode mode)
|
||||
m = TranslationUnit::ParseExpression;
|
||||
break;
|
||||
|
||||
case ParseDeclarator:
|
||||
m = TranslationUnit::ParseDeclarator;
|
||||
break;
|
||||
|
||||
case ParseStatement:
|
||||
m = TranslationUnit::ParseStatement;
|
||||
break;
|
||||
|
||||
@@ -92,6 +92,7 @@ public:
|
||||
ParseTranlationUnit,
|
||||
ParseDeclaration,
|
||||
ParseExpression,
|
||||
ParseDeclarator,
|
||||
ParseStatement
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user