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.cpp1055 auto GetMethodTypeForDiagnostics = [](const CXXMethodDecl *D) { in diagnoseMismatch() local
1064 FirstMethodType = GetMethodTypeForDiagnostics(FirstMethod); in diagnoseMismatch()
1065 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseMismatch()