Searched refs:SecondName (Results 1 – 1 of 1) sorted by relevance
9795 DeclarationName SecondName = SecondTD->getDeclName(); in diagnoseOdrViolations() local9796 if (FirstName != SecondName) { in diagnoseOdrViolations()9838 DeclarationName SecondName = SecondVD->getDeclName(); in diagnoseOdrViolations() local9839 if (FirstName != SecondName) { in diagnoseOdrViolations()9841 DiagNote(VarName) << SecondName; in diagnoseOdrViolations()9849 DiagNote(VarType) << SecondName << SecondType; in diagnoseOdrViolations()9863 << SecondName << (SecondInit == nullptr) in diagnoseOdrViolations()9873 << SecondName << SecondInit->getSourceRange(); in diagnoseOdrViolations()10216 if (FirstName != SecondName) { in diagnoseOdrViolations()10236 << hasSecondArg << SecondName; in diagnoseOdrViolations()[all …]