Searched refs:GetMethodTypeForDiagnostics (Results 1 – 1 of 1) sorted by relevance
10553 auto GetMethodTypeForDiagnostics = [](const CXXMethodDecl* D) { in diagnoseOdrViolations() local10560 FirstMethodType = GetMethodTypeForDiagnostics(FirstMethod); in diagnoseOdrViolations()10561 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()