Searched refs:MMS_strict (Results 1 – 2 of 2) sorted by relevance
236 enum MethodMatchStrategy { MMS_loose, MMS_strict }; enumerator455 MethodMatchStrategy strategy = MMS_strict);
3172 if (strategy == SemaObjC::MMS_strict) in matchTypes()3611 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) { in DiagnoseMultipleMethodInGlobalPool()