Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp64 auto GetDiagMethodType = [](const NamedDecl *D) { in diagnoseSubMismatchMethodParameters() local
77 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()