DXIfStmt
extern (C++)
struct DXIfStmt {
}
- cond
CXCursor cond;
Undocumented in source.
- else_
CXCursor else_;
Undocumented in source.
- init_
CXCursor init_;
Undocumented in source.
- then
CXCursor then;
Undocumented in source.
dextool clang_extensions
enumsfunctionsstructs
The cursors that make up the inside of the if statement.