dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
Expression
libclang_ast
ast
expression
Undocumented in source.
abstract
class
Expression :
Node
{
import
clang
.
Cursor
:
Cursor
;
;
import
libclang_ast
.
ast
:
Visitor
;
;
this
(Cursor cursor);
Cursor
cursor
();
void
accept
(Visitor v);
}
Constructors
this
this
(Cursor cursor)
Undocumented in source.
Members
Functions
accept
void
accept
(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
cursor
Cursor
cursor
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Node
accept
void
accept
(Visitor visitor)
Undocumented in source.
Meta
Source
See Implementation
libclang_ast
ast
expression
classes
AddrLabelExpr
ArraySubscriptExpr
BinaryOperator
BlockExpr
CStyleCastExpr
CallExpr
CharacterLiteral
CompoundAssignOperator
CompoundLiteralExpr
ConditionalOperator
CxxBoolLiteralExpr
CxxConstCastExpr
CxxDeleteExpr
CxxDynamicCastExpr
CxxFunctionalCastExpr
CxxNewExpr
CxxNullPtrLiteralExpr
CxxReinterpretCastExpr
CxxStaticCastExpr
CxxThisExpr
CxxThrowExpr
CxxTypeidExpr
DeclRefExpr
Expression
FloatingLiteral
GenericSelectionExpr
GnuNullExpr
ImaginaryLiteral
InitListExpr
IntegerLiteral
LambdaExpr
MemberRefExpr
ObjCAvailabilityCheckExpr
ObjCBoolLiteralExpr
ObjCBridgedCastExpr
ObjCEncodeExpr
ObjCMessageExpr
ObjCProtocolExpr
ObjCSelectorExpr
ObjCSelfExpr
ObjCStringLiteral
OmpArraySectionExpr
PackExpansionExpr
ParenExpr
SizeOfPackExpr
StmtExpr
StringLiteral
UnaryExpr
UnaryOperator
UnexposedExpr