Searched refs:SecondName (Results 1 – 1 of 1) sorted by relevance
9745 auto SecondName = SecondTD->getDeclName(); in diagnoseOdrViolations() local9746 if (FirstName != SecondName) { in diagnoseOdrViolations()9752 << IsTypeAlias << SecondName; in diagnoseOdrViolations()9765 << IsTypeAlias << SecondName << SecondType; in diagnoseOdrViolations()9778 auto SecondName = SecondVD->getDeclName(); in diagnoseOdrViolations() local9779 if (FirstName != SecondName) { in diagnoseOdrViolations()9785 << SecondName; in diagnoseOdrViolations()9798 << SecondName << SecondType; in diagnoseOdrViolations()9814 << SecondName << (SecondInit == nullptr) in diagnoseOdrViolations()9826 << SecondName << SecondInit->getSourceRange(); in diagnoseOdrViolations()[all …]