Home | History | Annotate | Download | only in Sema

Lines Matching defs:Deduced

2560     // Figure out which template parameters are deduced (or have default
2562 llvm::SmallBitVector Deduced;
2563 Sema::MarkDeducedTemplateParameters(Ctx, FunTmpl, Deduced);
2565 for (LastDeducibleArgument = Deduced.size(); LastDeducibleArgument > 0;
2567 if (!Deduced[LastDeducibleArgument - 1]) {
2591 // Some of the function template arguments cannot be deduced from a