Searched refs:desugared (Results 1 – 2 of 2) sorted by relevance
7097 QualType desugared = type; in checkNullabilityTypeSpecifier() local7098 while (auto attributed = dyn_cast<AttributedType>(desugared.getTypePtr())) { in checkNullabilityTypeSpecifier()7117 desugared = attributed->getModifiedType(); in checkNullabilityTypeSpecifier()7124 if (auto existingNullability = desugared->getNullability(S.Context)) { in checkNullabilityTypeSpecifier()7131 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier()7148 if (!desugared->canHaveNullability() && in checkNullabilityTypeSpecifier()7149 !(allowOnArrayType && desugared->isArrayType())) { in checkNullabilityTypeSpecifier()7160 if (desugared->isArrayType()) in checkNullabilityTypeSpecifier()7161 pointeeType = desugared->getArrayElementTypeNoTypeQual(); in checkNullabilityTypeSpecifier()7162 else if (desugared->isAnyPointerType()) in checkNullabilityTypeSpecifier()[all …]
1321 fully-desugared ``ForStmt``, however.