Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10545 DeclarationName SecondParamName = SecondParam->getDeclName(); in diagnoseOdrViolations() local
10546 if (FirstParamName != SecondParamName) { in diagnoseOdrViolations()
10548 DiagMethodNote(MethodParameterName) << (I + 1) << SecondParamName; in diagnoseOdrViolations()