Lines Matching full:deduced
600 // typedefs, avoiding triggering instantiation of the deduced type during in transformFunctionTypeParam()
811 if (D.isNull()) { // non-deduced template parameters of f in buildAssociatedConstraints()
942 // arguments will be deduced. in buildIsDeducibleConstraint()
944 ReturnType), // type from which template arguments are deduced. in buildIsDeducibleConstraint()
1015 // of the return type of f are deduced from the defining-type-id of A in BuildDeductionGuideForTypeAlias()
1018 // deduced. in BuildDeductionGuideForTypeAlias()
1027 // The RHS of alias is f<int, U>, we deduced the template arguments of in BuildDeductionGuideForTypeAlias()
1049 if (const auto &D = DeduceResults[Index]; !D.isNull()) // Deduced in BuildDeductionGuideForTypeAlias()
1093 // ...followed by the template parameters of f that were not deduced in BuildDeductionGuideForTypeAlias()
1121 // 1) appeared template parameters of alias: transfrom the deduced in BuildDeductionGuideForTypeAlias()
1123 // 2) non-deduced template parameters of f: rebuild a in BuildDeductionGuideForTypeAlias()
1134 // 2): Non-deduced template parameter has been built already. in BuildDeductionGuideForTypeAlias()
1136 "template arguments for non-deduced template parameters should " in BuildDeductionGuideForTypeAlias()
1396 // appears in a deduced context). in DeclareImplicitDeductionGuides()