Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10738 DeclarationName SecondParamName = SecondParam->getDeclName(); in diagnoseOdrViolations() local
10739 if (FirstParamName != SecondParamName) { in diagnoseOdrViolations()
10746 << SecondMethodType << SecondName << (I + 1) << SecondParamName; in diagnoseOdrViolations()