mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 11:04:52 -08:00
145 lines
2.0 KiB
Plaintext
145 lines
2.0 KiB
Plaintext
|
Invalid
|
||
|
Untyped
|
||
|
NewLine
|
||
|
Comment
|
||
|
Access_Private
|
||
|
Access_Protected
|
||
|
Access_Public
|
||
|
PlatformAttributes
|
||
|
Class
|
||
|
Class_Fwd
|
||
|
Class_Body
|
||
|
Constructor
|
||
|
Constructor_Fwd
|
||
|
Destructor
|
||
|
Destructor_Fwd
|
||
|
Enum
|
||
|
Enum_Fwd
|
||
|
Enum_Body
|
||
|
Enum_Class
|
||
|
Enum_Class_Fwd
|
||
|
Execution
|
||
|
|
||
|
Expression
|
||
|
|
||
|
Expr_Identifier
|
||
|
Expr_NumericLiteral
|
||
|
Expr_StringLiteral
|
||
|
|
||
|
Expr_Alignof
|
||
|
Expr_ProcCall
|
||
|
|
||
|
Expr_Assign_Add
|
||
|
Expr_Assign_Subtract
|
||
|
Expr_Assign_Multiply
|
||
|
Expr_Assign_Divide
|
||
|
Expr_Assign_Modulo
|
||
|
Expr_Assign_Bitwise_And
|
||
|
Expr_Assign_Bitwise_Or
|
||
|
Expr_Assign_Bitwise_XOr
|
||
|
Expr_Assign_LeftShift
|
||
|
Expr_Assign_RightShift
|
||
|
|
||
|
Expr_CStyleCast
|
||
|
Expr_FunctionalCast
|
||
|
Expr_ConstCast
|
||
|
Expr_DynamicCast
|
||
|
Expr_ReinterpretCast
|
||
|
Expr_StaticCast
|
||
|
|
||
|
Expr_Unary_Add
|
||
|
Expr_Unary_Minus
|
||
|
Expr_Unary_Not
|
||
|
Expr_Unary_Increment
|
||
|
Expr_Unary_Decrement
|
||
|
Expr_Indirection
|
||
|
Expr_AddressOf,
|
||
|
|
||
|
Expr_UnaryPost_Increment
|
||
|
Expr_UnaryPost_Decrement
|
||
|
Expr_Subscript
|
||
|
|
||
|
Expr_Binary_Add
|
||
|
Expr_Binary_Subtract
|
||
|
Expr_Binary_Multiply
|
||
|
Expr_Binary_Divide
|
||
|
Expr_Binary_Modulo
|
||
|
Expr_Binary_Bitwise_And
|
||
|
Expr_Binary_Bitwise_Or
|
||
|
Expr_Binary_Bitwise_XOr
|
||
|
Expr_Binary_Bitwise_LeftShift
|
||
|
Expr_Binary_Bitwise_RightShift
|
||
|
Expr_Binary_Logical_Not
|
||
|
Expr_Binary_Logical_And
|
||
|
Expr_Binary_Logical_Or
|
||
|
Expr_Binary_Equal
|
||
|
Expr_Binary_NotEqual
|
||
|
Expr_Binary_Lesser
|
||
|
Expr_Binary_Greater
|
||
|
Expr_Binary_LesserEqual
|
||
|
Expr_Binary_GreaterEqual
|
||
|
Expr_MemberOfObject,
|
||
|
Expr_MemberOfPointer,
|
||
|
Expr_PointerToMemberOfObject,
|
||
|
Expr_PointerToMemberOfPointer,
|
||
|
Expr_Comma,
|
||
|
Expr_Tenary,
|
||
|
|
||
|
Export_Body
|
||
|
Extern_Linkage
|
||
|
Extern_Linkage_Body
|
||
|
Friend
|
||
|
Function
|
||
|
Function_Fwd
|
||
|
Function_Body
|
||
|
Global_Body
|
||
|
|
||
|
Module
|
||
|
Namespace
|
||
|
Namespace_Body
|
||
|
Operator
|
||
|
Operator_Fwd
|
||
|
Operator_Member
|
||
|
Operator_Member_Fwd
|
||
|
Operator_Cast
|
||
|
Operator_Cast_Fwd
|
||
|
Parameters
|
||
|
Preprocess_Define
|
||
|
Preprocess_Include
|
||
|
Preprocess_If
|
||
|
Preprocess_IfDef
|
||
|
Preprocess_IfNotDef
|
||
|
Preprocess_ElIf
|
||
|
Preprocess_Else
|
||
|
Preprocess_EndIf
|
||
|
Preprocess_Pragma
|
||
|
Specifiers
|
||
|
|
||
|
Statement
|
||
|
Stmt_Break
|
||
|
Stmt_Case
|
||
|
Stmt_Continue
|
||
|
Stmt_Declaration
|
||
|
Stmt_Do
|
||
|
Stmt_Expr
|
||
|
Stmt_Else
|
||
|
Stmt_If
|
||
|
Stmt_For
|
||
|
Stmt_Goto
|
||
|
Stmt_Label
|
||
|
Stmt_Switch
|
||
|
Stmt_Switch
|
||
|
Stmt_While
|
||
|
|
||
|
Struct
|
||
|
Struct_Fwd
|
||
|
Struct_Body
|
||
|
Template
|
||
|
Typedef
|
||
|
Typename
|
||
|
Union
|
||
|
Union_Body
|
||
|
Using
|
||
|
Using_Namespace
|
||
|
Variable
|