dextool v3.3.0 (2021-06-08T20:46:23Z)
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_
;
CXCursor
condVar
;
CXCursor
condVarDeclStmt
;
}
Members
Variables
cond
CXCursor
cond
;
Undocumented in source.
condVar
CXCursor
condVar
;
Undocumented in source.
condVarDeclStmt
CXCursor
condVarDeclStmt
;
Undocumented in source.
else_
CXCursor
else_
;
Undocumented in source.
init_
CXCursor
init_
;
Undocumented in source.
then
CXCursor
then
;
Undocumented in source.
Meta
Source
See Implementation
dextool
clang_extensions
enums
OpKind
ValueKind
functions
calculate
dex_getCaseStmt
dex_getExprOperator
dex_getExprValueKind
dex_getIfStmt
dex_getOperatorExprs
dex_getUnderlyingExprNode
dex_isAnyMacro
dex_isInSystemMacro
dex_isMacroArgExpansion
dex_isMacroBodyExpansion
dex_isPotentialConstExpr
exprValueKind
getCaseStmt
getExprOperator
getIfStmt
getUnderlyingExprNode
structs
CaseStmt
DXCaseStmt
DXIfStmt
DXOperator
DXOperatorExprs
IfStmt
Operator
OperatorSubExprs
Result
The cursors that make up the inside of the if statement.