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