class Stmt::UnaryOperatorBitfields

Declaration

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

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

Member Variables

private unsigned int
private unsigned int Opc
private unsigned int CanOverflow
private unsigned int HasFPFeatures
This is only meaningful for operations on floating point types when additional values need to be in trailing storage. It is 0 otherwise.
private clang::SourceLocation Loc