Home
last modified time | relevance | path

Searched refs:GetMethodTypeForDiagnostics (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1053 auto GetMethodTypeForDiagnostics = [](const CXXMethodDecl *D) { in diagnoseMismatch() local
1062 FirstMethodType = GetMethodTypeForDiagnostics(FirstMethod); in diagnoseMismatch()
1063 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseMismatch()