Searched refs:GetDiagMethodType (Results 1 – 1 of 1) sorted by relevance
64 auto GetDiagMethodType = [](const NamedDecl *D) { in diagnoseSubMismatchMethodParameters() local77 auto DiagError = [&Diags, &GetDiagMethodType, FirstContainer, FirstModule, in diagnoseSubMismatchMethodParameters()80 DiagMethodType FirstMethodType = GetDiagMethodType(FirstMethod); in diagnoseSubMismatchMethodParameters()87 auto DiagNote = [&Diags, &GetDiagMethodType, SecondModule, in diagnoseSubMismatchMethodParameters()90 DiagMethodType SecondMethodType = GetDiagMethodType(SecondMethod); in diagnoseSubMismatchMethodParameters()