Home | History | Annotate | Download | only in Sema

Lines Matching full:strategy

1995                                 Sema::MethodMatchStrategy strategy,
1998 static bool matchTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy,
2008 if (strategy == Sema::MMS_strict) return false;
2031 return tryMatchRecordTypes(Context, strategy, left, right);
2051 Sema::MethodMatchStrategy strategy,
2074 if (!matchTypes(Context, strategy, li->getType(), ri->getType()))
2085 MethodMatchStrategy strategy) {
2086 if (!matchTypes(Context, strategy,
2109 if (!matchTypes(Context, strategy, lparm->getType(), rparm->getType()))