class Stmt::CXXThisExprBitfields

Declaration

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

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

Member Variables

private unsigned int
private unsigned int IsImplicit
Whether this is an implicit "this".
private clang::SourceLocation Loc
The location of the "this".