struct DefaultArgStorage::Chain

Declaration

struct DefaultArgStorage::Chain { /* full declaration omitted */ };

Description

Storage for both the value *and* another parameter from which we inherit the default argument. This is used when multiple default arguments for a parameter are merged together from different modules.

Declared at: clang/include/clang/AST/DeclTemplate.h:319

Member Variables

public ParmDecl* PrevDeclWithDefaultArg
public ArgType Value