forked from qt-creator/qt-creator
C++: Update frontend accordingly to AST.H
$ ./cplusplus-update-frontend Change-Id: I9015abb8d3dc053c91b0107c5a0b2e8b6e2f5f30 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
2
src/libs/3rdparty/cplusplus/ASTClone.cpp
vendored
2
src/libs/3rdparty/cplusplus/ASTClone.cpp
vendored
@@ -22,7 +22,7 @@
|
||||
// W A R N I N G
|
||||
// -------------
|
||||
//
|
||||
// This file is automatically generated.
|
||||
// This file is automatically generated by "cplusplus-update-frontend".
|
||||
// Changes will be lost.
|
||||
//
|
||||
|
||||
|
||||
2
src/libs/3rdparty/cplusplus/ASTMatch0.cpp
vendored
2
src/libs/3rdparty/cplusplus/ASTMatch0.cpp
vendored
@@ -22,7 +22,7 @@
|
||||
// W A R N I N G
|
||||
// -------------
|
||||
//
|
||||
// This file is automatically generated.
|
||||
// This file is automatically generated by "cplusplus-update-frontend".
|
||||
// Changes will be lost.
|
||||
//
|
||||
|
||||
|
||||
2
src/libs/3rdparty/cplusplus/ASTMatcher.cpp
vendored
2
src/libs/3rdparty/cplusplus/ASTMatcher.cpp
vendored
@@ -23,7 +23,7 @@
|
||||
// W A R N I N G
|
||||
// -------------
|
||||
//
|
||||
// This file is automatically generated.
|
||||
// This file is automatically generated by "cplusplus-update-frontend".
|
||||
// Changes will be lost.
|
||||
//
|
||||
|
||||
|
||||
262
src/libs/3rdparty/cplusplus/ASTPatternBuilder.h
vendored
262
src/libs/3rdparty/cplusplus/ASTPatternBuilder.h
vendored
@@ -22,7 +22,7 @@
|
||||
// W A R N I N G
|
||||
// -------------
|
||||
//
|
||||
// This file is automatically generated.
|
||||
// This file is automatically generated by "cplusplus-update-frontend".
|
||||
// Changes will be lost.
|
||||
//
|
||||
|
||||
@@ -1140,70 +1140,6 @@ public:
|
||||
return __ast;
|
||||
}
|
||||
|
||||
CatchClauseListAST *CatchClauseList(CatchClauseAST *value, CatchClauseListAST *next = 0)
|
||||
{
|
||||
CatchClauseListAST *__list = new (&pool) CatchClauseListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
PostfixDeclaratorListAST *PostfixDeclaratorList(PostfixDeclaratorAST *value, PostfixDeclaratorListAST *next = 0)
|
||||
{
|
||||
PostfixDeclaratorListAST *__list = new (&pool) PostfixDeclaratorListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
ExpressionListAST *ExpressionList(ExpressionAST *value, ExpressionListAST *next = 0)
|
||||
{
|
||||
ExpressionListAST *__list = new (&pool) ExpressionListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
QtPropertyDeclarationItemListAST *QtPropertyDeclarationItemList(QtPropertyDeclarationItemAST *value, QtPropertyDeclarationItemListAST *next = 0)
|
||||
{
|
||||
QtPropertyDeclarationItemListAST *__list = new (&pool) QtPropertyDeclarationItemListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
DeclarationListAST *DeclarationList(DeclarationAST *value, DeclarationListAST *next = 0)
|
||||
{
|
||||
DeclarationListAST *__list = new (&pool) DeclarationListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
ObjCMessageArgumentDeclarationListAST *ObjCMessageArgumentDeclarationList(ObjCMessageArgumentDeclarationAST *value, ObjCMessageArgumentDeclarationListAST *next = 0)
|
||||
{
|
||||
ObjCMessageArgumentDeclarationListAST *__list = new (&pool) ObjCMessageArgumentDeclarationListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
EnumeratorListAST *EnumeratorList(EnumeratorAST *value, EnumeratorListAST *next = 0)
|
||||
{
|
||||
EnumeratorListAST *__list = new (&pool) EnumeratorListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
NameListAST *NameList(NameAST *value, NameListAST *next = 0)
|
||||
{
|
||||
NameListAST *__list = new (&pool) NameListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
AttributeListAST *AttributeList(AttributeAST *value, AttributeListAST *next = 0)
|
||||
{
|
||||
AttributeListAST *__list = new (&pool) AttributeListAST;
|
||||
@@ -1212,22 +1148,6 @@ public:
|
||||
return __list;
|
||||
}
|
||||
|
||||
ObjCSelectorArgumentListAST *ObjCSelectorArgumentList(ObjCSelectorArgumentAST *value, ObjCSelectorArgumentListAST *next = 0)
|
||||
{
|
||||
ObjCSelectorArgumentListAST *__list = new (&pool) ObjCSelectorArgumentListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
NestedNameSpecifierListAST *NestedNameSpecifierList(NestedNameSpecifierAST *value, NestedNameSpecifierListAST *next = 0)
|
||||
{
|
||||
NestedNameSpecifierListAST *__list = new (&pool) NestedNameSpecifierListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
BaseSpecifierListAST *BaseSpecifierList(BaseSpecifierAST *value, BaseSpecifierListAST *next = 0)
|
||||
{
|
||||
BaseSpecifierListAST *__list = new (&pool) BaseSpecifierListAST;
|
||||
@@ -1236,65 +1156,25 @@ public:
|
||||
return __list;
|
||||
}
|
||||
|
||||
ObjCPropertyAttributeListAST *ObjCPropertyAttributeList(ObjCPropertyAttributeAST *value, ObjCPropertyAttributeListAST *next = 0)
|
||||
CaptureListAST *CaptureList(CaptureAST *value, CaptureListAST *next = 0)
|
||||
{
|
||||
ObjCPropertyAttributeListAST *__list = new (&pool) ObjCPropertyAttributeListAST;
|
||||
CaptureListAST *__list = new (&pool) CaptureListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
MemInitializerListAST *MemInitializerList(MemInitializerAST *value, MemInitializerListAST *next = 0)
|
||||
CatchClauseListAST *CatchClauseList(CatchClauseAST *value, CatchClauseListAST *next = 0)
|
||||
{
|
||||
MemInitializerListAST *__list = new (&pool) MemInitializerListAST;
|
||||
CatchClauseListAST *__list = new (&pool) CatchClauseListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
StatementListAST *StatementList(StatementAST *value, StatementListAST *next = 0)
|
||||
DeclarationListAST *DeclarationList(DeclarationAST *value, DeclarationListAST *next = 0)
|
||||
{
|
||||
StatementListAST *__list = new (&pool) StatementListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
ParameterDeclarationListAST *ParameterDeclarationList(ParameterDeclarationAST *value, ParameterDeclarationListAST *next = 0)
|
||||
{
|
||||
ParameterDeclarationListAST *__list = new (&pool) ParameterDeclarationListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
ObjCMessageArgumentListAST *ObjCMessageArgumentList(ObjCMessageArgumentAST *value, ObjCMessageArgumentListAST *next = 0)
|
||||
{
|
||||
ObjCMessageArgumentListAST *__list = new (&pool) ObjCMessageArgumentListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
NewArrayDeclaratorListAST *NewArrayDeclaratorList(NewArrayDeclaratorAST *value, NewArrayDeclaratorListAST *next = 0)
|
||||
{
|
||||
NewArrayDeclaratorListAST *__list = new (&pool) NewArrayDeclaratorListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
SpecifierListAST *SpecifierList(SpecifierAST *value, SpecifierListAST *next = 0)
|
||||
{
|
||||
SpecifierListAST *__list = new (&pool) SpecifierListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
ObjCSynthesizedPropertyListAST *ObjCSynthesizedPropertyList(ObjCSynthesizedPropertyAST *value, ObjCSynthesizedPropertyListAST *next = 0)
|
||||
{
|
||||
ObjCSynthesizedPropertyListAST *__list = new (&pool) ObjCSynthesizedPropertyListAST;
|
||||
DeclarationListAST *__list = new (&pool) DeclarationListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
@@ -1308,9 +1188,105 @@ public:
|
||||
return __list;
|
||||
}
|
||||
|
||||
QtInterfaceNameListAST *QtInterfaceNameList(QtInterfaceNameAST *value, QtInterfaceNameListAST *next = 0)
|
||||
EnumeratorListAST *EnumeratorList(EnumeratorAST *value, EnumeratorListAST *next = 0)
|
||||
{
|
||||
QtInterfaceNameListAST *__list = new (&pool) QtInterfaceNameListAST;
|
||||
EnumeratorListAST *__list = new (&pool) EnumeratorListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
ExpressionListAST *ExpressionList(ExpressionAST *value, ExpressionListAST *next = 0)
|
||||
{
|
||||
ExpressionListAST *__list = new (&pool) ExpressionListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
MemInitializerListAST *MemInitializerList(MemInitializerAST *value, MemInitializerListAST *next = 0)
|
||||
{
|
||||
MemInitializerListAST *__list = new (&pool) MemInitializerListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
NameListAST *NameList(NameAST *value, NameListAST *next = 0)
|
||||
{
|
||||
NameListAST *__list = new (&pool) NameListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
NestedNameSpecifierListAST *NestedNameSpecifierList(NestedNameSpecifierAST *value, NestedNameSpecifierListAST *next = 0)
|
||||
{
|
||||
NestedNameSpecifierListAST *__list = new (&pool) NestedNameSpecifierListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
NewArrayDeclaratorListAST *NewArrayDeclaratorList(NewArrayDeclaratorAST *value, NewArrayDeclaratorListAST *next = 0)
|
||||
{
|
||||
NewArrayDeclaratorListAST *__list = new (&pool) NewArrayDeclaratorListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
ObjCMessageArgumentDeclarationListAST *ObjCMessageArgumentDeclarationList(ObjCMessageArgumentDeclarationAST *value, ObjCMessageArgumentDeclarationListAST *next = 0)
|
||||
{
|
||||
ObjCMessageArgumentDeclarationListAST *__list = new (&pool) ObjCMessageArgumentDeclarationListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
ObjCMessageArgumentListAST *ObjCMessageArgumentList(ObjCMessageArgumentAST *value, ObjCMessageArgumentListAST *next = 0)
|
||||
{
|
||||
ObjCMessageArgumentListAST *__list = new (&pool) ObjCMessageArgumentListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
ObjCPropertyAttributeListAST *ObjCPropertyAttributeList(ObjCPropertyAttributeAST *value, ObjCPropertyAttributeListAST *next = 0)
|
||||
{
|
||||
ObjCPropertyAttributeListAST *__list = new (&pool) ObjCPropertyAttributeListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
ObjCSelectorArgumentListAST *ObjCSelectorArgumentList(ObjCSelectorArgumentAST *value, ObjCSelectorArgumentListAST *next = 0)
|
||||
{
|
||||
ObjCSelectorArgumentListAST *__list = new (&pool) ObjCSelectorArgumentListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
ObjCSynthesizedPropertyListAST *ObjCSynthesizedPropertyList(ObjCSynthesizedPropertyAST *value, ObjCSynthesizedPropertyListAST *next = 0)
|
||||
{
|
||||
ObjCSynthesizedPropertyListAST *__list = new (&pool) ObjCSynthesizedPropertyListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
ParameterDeclarationListAST *ParameterDeclarationList(ParameterDeclarationAST *value, ParameterDeclarationListAST *next = 0)
|
||||
{
|
||||
ParameterDeclarationListAST *__list = new (&pool) ParameterDeclarationListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
PostfixDeclaratorListAST *PostfixDeclaratorList(PostfixDeclaratorAST *value, PostfixDeclaratorListAST *next = 0)
|
||||
{
|
||||
PostfixDeclaratorListAST *__list = new (&pool) PostfixDeclaratorListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
@@ -1324,9 +1300,33 @@ public:
|
||||
return __list;
|
||||
}
|
||||
|
||||
CaptureListAST *CaptureList(CaptureAST *value, CaptureListAST *next = 0)
|
||||
QtInterfaceNameListAST *QtInterfaceNameList(QtInterfaceNameAST *value, QtInterfaceNameListAST *next = 0)
|
||||
{
|
||||
CaptureListAST *__list = new (&pool) CaptureListAST;
|
||||
QtInterfaceNameListAST *__list = new (&pool) QtInterfaceNameListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
QtPropertyDeclarationItemListAST *QtPropertyDeclarationItemList(QtPropertyDeclarationItemAST *value, QtPropertyDeclarationItemListAST *next = 0)
|
||||
{
|
||||
QtPropertyDeclarationItemListAST *__list = new (&pool) QtPropertyDeclarationItemListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
SpecifierListAST *SpecifierList(SpecifierAST *value, SpecifierListAST *next = 0)
|
||||
{
|
||||
SpecifierListAST *__list = new (&pool) SpecifierListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
}
|
||||
|
||||
StatementListAST *StatementList(StatementAST *value, StatementListAST *next = 0)
|
||||
{
|
||||
StatementListAST *__list = new (&pool) StatementListAST;
|
||||
__list->next = next;
|
||||
__list->value = value;
|
||||
return __list;
|
||||
|
||||
2
src/libs/3rdparty/cplusplus/ASTVisit.cpp
vendored
2
src/libs/3rdparty/cplusplus/ASTVisit.cpp
vendored
@@ -22,7 +22,7 @@
|
||||
// W A R N I N G
|
||||
// -------------
|
||||
//
|
||||
// This file is automatically generated.
|
||||
// This file is automatically generated by "cplusplus-update-frontend".
|
||||
// Changes will be lost.
|
||||
//
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
// W A R N I N G
|
||||
// -------------
|
||||
//
|
||||
// This file is automatically generated.
|
||||
// This file is automatically generated by "cplusplus-update-frontend".
|
||||
// Changes will be lost.
|
||||
//
|
||||
|
||||
|
||||
Reference in New Issue
Block a user