class Stmt::LambdaExprBitfields

Declaration

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

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

Member Variables

private unsigned int
private unsigned int CaptureDefault
The default capture kind, which is a value of type LambdaCaptureDefault.
private unsigned int ExplicitParams
Whether this lambda had an explicit parameter list vs. an implicit (and empty) parameter list.
private unsigned int ExplicitResultType
Whether this lambda had the result type explicitly specified.
private unsigned int NumCaptures
The number of captures.