class Stmt::BinaryOperatorBitfields

Declaration

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

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

Member Variables

private unsigned int
private unsigned int Opc
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 OpLoc