Home | History | Annotate | Download | only in Sema

Lines Matching defs:Matched

9545       // have matched, or is it more appropriate to do that in callers?
9669 FunctionDecl *Matched = 0;
9705 if (Matched) {
9714 Matched = Specialization;
9718 if (Matched && getLangOpts().CPlusPlus1y &&
9719 Matched->getResultType()->isUndeducedType() &&
9720 DeduceReturnType(Matched, ovl->getExprLoc(), Complain))
9723 return Matched;
10380 // We matched an overloaded operator. Build a call to that
10428 // We matched a built-in operator. Convert the arguments, then
10473 // Either we found no viable overloaded operator or we matched a
10597 // We matched an overloaded operator. Build a call to that
10670 // We matched a built-in operator. Convert the arguments, then
10759 // We matched a built-in operator; build it.
10821 // We matched an overloaded operator. Build a call to that
10875 // We matched a built-in operator. Convert the arguments, then
10929 // We matched a built-in operator; build it.