Lines Matching defs:IsDefaulted
162 bool IsDefaulted) {
164 TypeOrValue.IsDefaulted = IsDefaulted;
169 bool IsDefaulted) {
172 DeclArg.IsDefaulted = IsDefaulted;
179 QualType Type, bool IsDefaulted) {
181 Integer.IsDefaulted = IsDefaulted;
199 const APValue &V, bool IsDefaulted) {
201 Value.IsDefaulted = IsDefaulted;
209 bool IsDefaulted) {
210 initFromIntegral(Ctx, Value, Type, IsDefaulted);
240 const APValue &V, bool IsDefaulted) {
242 initFromIntegral(Ctx, V.getInt(), Type, IsDefaulted);
245 initFromType(Type, /*isNullPtr=*/true, IsDefaulted);
248 initFromDeclaration(const_cast<ValueDecl *>(VD), Type, IsDefaulted);
250 initFromStructural(Ctx, Type, V, IsDefaulted);