DXIfStmt

The cursors that make up the inside of the if statement.

extern (C++, dextool_clang_extension) extern (C++)
struct DXIfStmt {}

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