Searched refs:SecondName (Results 1 – 1 of 1) sorted by relevance
9882 auto SecondName = SecondTD->getDeclName(); in diagnoseOdrViolations() local9883 if (FirstName != SecondName) { in diagnoseOdrViolations()9889 << IsTypeAlias << SecondName; in diagnoseOdrViolations()9902 << IsTypeAlias << SecondName << SecondType; in diagnoseOdrViolations()9915 auto SecondName = SecondVD->getDeclName(); in diagnoseOdrViolations() local9916 if (FirstName != SecondName) { in diagnoseOdrViolations()9922 << SecondName; in diagnoseOdrViolations()9935 << SecondName << SecondType; in diagnoseOdrViolations()9951 << SecondName << (SecondInit == nullptr) in diagnoseOdrViolations()9963 << SecondName << SecondInit->getSourceRange(); in diagnoseOdrViolations()[all …]