struct InitializedEntity::VD

Declaration

struct InitializedEntity::VD { /* full declaration omitted */ };

Declared at: clang/include/clang/Sema/Initialization.h:157

Member Variables

public clang::ValueDecl* VariableOrMember
The VarDecl, FieldDecl, or BindingDecl being initialized.
public bool IsImplicitFieldInit
When Kind == EK_Member, whether this is an implicit member initialization in a copy or move constructor. These can perform array copies.
public bool IsDefaultMemberInit
When Kind == EK_Member, whether this is the initial initialization check for a default member initializer.