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