Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp10357 DeclarationName SecondParamName = SecondParam->getDeclName(); in diagnoseOdrViolations() local
10358 if (FirstParamName != SecondParamName) { in diagnoseOdrViolations()
10364 << SecondMethodType << SecondName << (I + 1) << SecondParamName; in diagnoseOdrViolations()