Searched refs:deducedType (Results 1 – 3 of 3) sorted by relevance
432 def : Property<"deducedType", Optional<QualType>> {454 return ctx.getAutoType(makeNullableFromOptional(deducedType), keyword,466 def : Property<"deducedType", QualType> {478 deducedType, dependent);
965 QualType deducedType = recurse(T->getDeducedType()); in TRIVIAL_TYPE_CLASS() local966 if (deducedType.isNull()) in TRIVIAL_TYPE_CLASS()969 if (deducedType.getAsOpaquePtr() in TRIVIAL_TYPE_CLASS()973 return Ctx.getAutoType(deducedType, T->getKeyword(), in TRIVIAL_TYPE_CLASS()
1174 QualType deducedType = recurse(T->getDeducedType()); in SUGARED_TYPE_CLASS() local1175 if (deducedType.isNull()) in SUGARED_TYPE_CLASS()1178 if (deducedType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()1182 return Ctx.getAutoType(deducedType, T->getKeyword(), in SUGARED_TYPE_CLASS()