Home | History | Annotate | Download | only in Sema

Lines Matching refs:Deduced

2648     // Figure out which template parameters are deduced (or have default
2650 llvm::SmallBitVector Deduced;
2651 Sema::MarkDeducedTemplateParameters(Ctx, FunTmpl, Deduced);
2653 for (LastDeducibleArgument = Deduced.size(); LastDeducibleArgument > 0;
2655 if (!Deduced[LastDeducibleArgument - 1]) {
2679 // Some of the function template arguments cannot be deduced from a