class Stmt::ContinueStmtBitfields
Declaration
class Stmt::ContinueStmtBitfields { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/Stmt.h:243
Member Variables
- private unsigned int
- private clang::SourceLocation ContinueLoc
- The location of the "continue".