Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp133 DeclarationName SecondParamName = SecondParam->getDeclName(); in diagnoseSubMismatchMethodParameters() local
134 if (FirstParamName != SecondParamName) { in diagnoseSubMismatchMethodParameters()
136 DiagNote(ParameterName) << (I + 1) << SecondParamName; in diagnoseSubMismatchMethodParameters()