class Stmt::CallExprBitfields

Declaration

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

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

Member Variables

private unsigned int
private unsigned int NumPreArgs
private unsigned int UsesADL
True if the callee of the call expression was found using ADL.
private unsigned int HasFPFeatures
True if the call expression has some floating-point features.
private unsigned int
Padding used to align OffsetToTrailingObjects to a byte multiple.
private unsigned int OffsetToTrailingObjects
The offset in bytes from the this pointer to the start of the trailing objects belonging to CallExpr. Intentionally byte sized for faster access.