Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp90 DiagMethodType SecondMethodType = GetDiagMethodType(SecondMethod); in diagnoseSubMismatchMethodParameters() local
94 << SecondMethod->getSourceRange() << DiffType << SecondMethodType in diagnoseSubMismatchMethodParameters()
1054 SecondMethodType; in diagnoseMismatch() local
1065 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseMismatch()
1074 auto DiagMethodNote = [&DiagNote, SecondMethod, SecondMethodType, in diagnoseMismatch()
1078 << SecondMethodType << SecondName; in diagnoseMismatch()
1081 if (FirstMethodType != SecondMethodType || FirstName != SecondName) { in diagnoseMismatch()