class Stmt::SwitchCaseBitfields

Declaration

class Stmt::SwitchCaseBitfields { /* full declaration omitted */ };

Declared at: clang/include/clang/AST/Stmt.h:273

Member Variables

private unsigned int
private unsigned int CaseStmtIsGNURange
Used by CaseStmt to store whether it is a case statement of the form case LHS ... RHS (a GNU extension).
private clang::SourceLocation KeywordLoc
The location of the "case" or "default" keyword.