Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp80 DiagMethodType FirstMethodType = GetDiagMethodType(FirstMethod); in diagnoseSubMismatchMethodParameters() local
84 << FirstMethod->getSourceRange() << DiffType << FirstMethodType in diagnoseSubMismatchMethodParameters()
1051 } FirstMethodType, in diagnoseMismatch() local
1062 FirstMethodType = GetMethodTypeForDiagnostics(FirstMethod); in diagnoseMismatch()
1066 auto DiagMethodError = [&DiagError, FirstMethod, FirstMethodType, in diagnoseMismatch()
1070 << FirstMethodType << FirstName; in diagnoseMismatch()
1079 if (FirstMethodType != SecondMethodType || FirstName != SecondName) { in diagnoseMismatch()