Searched refs:GetMethodTypeForDiagnostics (Results 1 – 1 of 1) sorted by relevance
1053 auto GetMethodTypeForDiagnostics = [](const CXXMethodDecl *D) { in diagnoseMismatch() local1062 FirstMethodType = GetMethodTypeForDiagnostics(FirstMethod); in diagnoseMismatch()1063 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseMismatch()