dextool v4.0.0 (2021-09-08T15:39:18Z)
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
;
CXSourceLocation
beginLoc
;
CXSourceLocation
endLoc
;
}
Members
Variables
beginLoc
CXSourceLocation
beginLoc
;
Undocumented in source.
colonLoc
CXSourceLocation
colonLoc
;
Undocumented in source.
endLoc
CXSourceLocation
endLoc
;
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
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