Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10630 DeclarationName SecondParamName = SecondParam->getDeclName(); in diagnoseOdrViolations() local
10631 if (FirstParamName != SecondParamName) { in diagnoseOdrViolations()
10638 << SecondMethodType << SecondName << (I + 1) << SecondParamName; in diagnoseOdrViolations()