class Stmt::CXXBoolLiteralExprBitfields
Declaration
class Stmt::CXXBoolLiteralExprBitfields { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/Stmt.h:637
Member Variables
- private unsigned int
- private unsigned int Value
- The value of the boolean literal.
- private clang::SourceLocation Loc
- The location of the boolean literal.