dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
DXIfStmt
dextool
clang_extensions
The cursors that make up the inside of the if statement.
extern (
C
++, dextool_clang_extension) extern (
C
++)
struct
DXIfStmt {
CXCursor
init_
;
CXCursor
cond
;
CXCursor
then
;
CXCursor
else_
;
}
Meta
Source
See Implementation
dextool
clang_extensions
functions
calculate
dex_getExprOperator
dex_getExprValueKind
dex_getOperatorExprs
dex_getUnderlyingExprNode
exprValueKind
getUnderlyingExprNode
structs
CaseStmt
DXIfStmt
DXOperator
DXOperatorExprs
Operator
Result
The cursors that make up the inside of the if statement.