Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp80 DiagMethodType FirstMethodType = GetDiagMethodType(FirstMethod); in diagnoseSubMismatchMethodParameters() local
84 << FirstMethod->getSourceRange() << DiffType << FirstMethodType in diagnoseSubMismatchMethodParameters()
1053 } FirstMethodType, in diagnoseMismatch() local
1064 FirstMethodType = GetMethodTypeForDiagnostics(FirstMethod); in diagnoseMismatch()
1068 auto DiagMethodError = [&DiagError, FirstMethod, FirstMethodType, in diagnoseMismatch()
1072 << FirstMethodType << FirstName; in diagnoseMismatch()
1081 if (FirstMethodType != SecondMethodType || FirstName != SecondName) { in diagnoseMismatch()