Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp10601 DeclarationName SecondParamName = SecondParam->getDeclName(); in diagnoseOdrViolations() local
10602 if (FirstParamName != SecondParamName) { in diagnoseOdrViolations()
10609 << SecondMethodType << SecondName << (I + 1) << SecondParamName; in diagnoseOdrViolations()