class Stmt::NullStmtBitfields
Declaration
class Stmt::NullStmtBitfields { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/Stmt.h:108
Member Variables
- private unsigned int
- private unsigned int HasLeadingEmptyMacro
- True if the null statement was preceded by an empty macro, e.g:
- private clang::SourceLocation SemiLoc
- The location of the semi-colon.