DXIfStmt

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