Searched refs:desugared (Results 1 – 5 of 5) sorted by relevance
209 auto desugared = ((CommandAlias *)underlying.get())->Desugar(); in Desugar() local211 options->insert(options->begin(), desugared.second->begin(), in Desugar()212 desugared.second->end()); in Desugar()213 return {desugared.first, options}; in Desugar()
1615 std::pair<CommandObjectSP, OptionArgVectorSP> desugared = in BuildAliasResult() local1617 OptionArgVectorSP option_arg_vector_sp = desugared.second; in BuildAliasResult()1618 alias_cmd_obj = desugared.first.get(); in BuildAliasResult()
7279 QualType desugared = type; in checkNullabilityTypeSpecifier() local7280 while (auto attributed = dyn_cast<AttributedType>(desugared.getTypePtr())) { in checkNullabilityTypeSpecifier()7299 desugared = attributed->getModifiedType(); in checkNullabilityTypeSpecifier()7306 if (auto existingNullability = desugared->getNullability(S.Context)) { in checkNullabilityTypeSpecifier()7313 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier()7330 if (!desugared->canHaveNullability() && in checkNullabilityTypeSpecifier()7331 !(allowOnArrayType && desugared->isArrayType())) { in checkNullabilityTypeSpecifier()7342 if (desugared->isArrayType()) in checkNullabilityTypeSpecifier()7343 pointeeType = desugared->getArrayElementTypeNoTypeQual(); in checkNullabilityTypeSpecifier()7344 else if (desugared->isAnyPointerType()) in checkNullabilityTypeSpecifier()[all …]
71 - Hover displays desugared types by default now.
1321 fully-desugared ``ForStmt``, however.