class Stmt::CXXDependentScopeMemberExprBitfields

Declaration

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

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

Member Variables

private unsigned int
private unsigned int IsArrow
Whether this member expression used the '->' operator or the '.' operator.
private unsigned int HasTemplateKWAndArgsInfo
Whether this member expression has info for explicit template keyword and arguments.
private unsigned int HasFirstQualifierFoundInScope
See getFirstQualifierFoundInScope() and the comment listing the trailing objects.
private clang::SourceLocation OperatorLoc
The location of the '->' or '.' operator.