Lines Matching refs:IsDefaulted
165 bool IsDefaulted) { in initFromType() argument
167 TypeOrValue.IsDefaulted = IsDefaulted; in initFromType()
172 bool IsDefaulted) { in initFromDeclaration() argument
175 DeclArg.IsDefaulted = IsDefaulted; in initFromDeclaration()
182 QualType Type, bool IsDefaulted) { in initFromIntegral() argument
184 Integer.IsDefaulted = IsDefaulted; in initFromIntegral()
202 const APValue &V, bool IsDefaulted) { in initFromStructural() argument
204 Value.IsDefaulted = IsDefaulted; in initFromStructural()
212 bool IsDefaulted) { in TemplateArgument() argument
213 initFromIntegral(Ctx, Value, Type, IsDefaulted); in TemplateArgument()
238 const APValue &V, bool IsDefaulted) { in TemplateArgument() argument
240 initFromIntegral(Ctx, V.getInt(), Type, IsDefaulted); in TemplateArgument()
243 initFromType(Type, /*isNullPtr=*/true, IsDefaulted); in TemplateArgument()
246 initFromDeclaration(const_cast<ValueDecl *>(VD), Type, IsDefaulted); in TemplateArgument()
248 initFromStructural(Ctx, Type, V, IsDefaulted); in TemplateArgument()