class Stmt::CastExprBitfields

Declaration

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

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

Member Variables

private unsigned int
private unsigned int Kind
private unsigned int PartOfExplicitCast
private unsigned int HasFPFeatures
True if the call expression has some floating-point features.
private unsigned int BasePathSize
The number of CXXBaseSpecifiers in the cast. 14 bits would be enough here. ([implimits] Direct and indirect base classes [16384]).