DXOperator

Represent the operator of an expression that contains an operator (binary or unary).

extern (C++, dextool_clang_extension) extern (C++)
struct DXOperator {}

Members

Variables

cursor
CXCursor cursor;

The cursor for the operator.

hasValue
bool hasValue;

Only valid values if true.

kind
OpKind kind;
Undocumented in source.
location
CXSourceLocation location;

The location of the operator

opLength
byte opLength;

Character length of the operator

Meta