class Stmt::WhileStmtBitfields
Declaration
class Stmt::WhileStmtBitfields { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/Stmt.h:202
Member Variables
- private unsigned int
- private unsigned int HasVar
- True if the WhileStmt has storage for a condition variable.
- private clang::SourceLocation WhileLoc
- The location of the "while".