Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp10523 DeclarationName SecondParamName = SecondParam->getDeclName(); in diagnoseOdrViolations() local
10524 if (FirstParamName != SecondParamName) { in diagnoseOdrViolations()
10530 << SecondMethodType << SecondName << (I + 1) << SecondParamName; in diagnoseOdrViolations()