dextool v2.0.0-rc.2 (2020-01-29T20:47:13Z)
Dub
Repo
DXCaseStmt
dextool
clang_extensions
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++, dextool_clang_extension) extern (
C
++)
struct
DXCaseStmt {
bool
hasValue
;
CXSourceLocation
colonLoc
;
CXCursor
subStmt
;
}
Members
Variables
colonLoc
CXSourceLocation
colonLoc
;
Undocumented in source.
hasValue
bool
hasValue
;
Undocumented in source.
subStmt
CXCursor
subStmt
;
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
exprValueKind
getCaseStmt
getExprOperator
getIfStmt
getUnderlyingExprNode
structs
CaseStmt
DXCaseStmt
DXIfStmt
DXOperator
DXOperatorExprs
IfStmt
Operator
OperatorSubExprs
Result