Searched refs:SecondMethodType (Results 1 – 1 of 1) sorted by relevance
90 DiagMethodType SecondMethodType = GetDiagMethodType(SecondMethod); in diagnoseSubMismatchMethodParameters() local94 << SecondMethod->getSourceRange() << DiffType << SecondMethodType in diagnoseSubMismatchMethodParameters()1054 SecondMethodType; in diagnoseMismatch() local1065 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseMismatch()1074 auto DiagMethodNote = [&DiagNote, SecondMethod, SecondMethodType, in diagnoseMismatch()1078 << SecondMethodType << SecondName; in diagnoseMismatch()1081 if (FirstMethodType != SecondMethodType || FirstName != SecondName) { in diagnoseMismatch()