Lines Matching refs:SecondName
9795 DeclarationName SecondName = SecondTD->getDeclName(); in diagnoseOdrViolations() local
9796 if (FirstName != SecondName) { in diagnoseOdrViolations()
9798 DiagNote(TypedefName) << IsTypeAlias << SecondName; in diagnoseOdrViolations()
9806 DiagNote(TypedefType) << IsTypeAlias << SecondName << SecondType; in diagnoseOdrViolations()
9838 DeclarationName SecondName = SecondVD->getDeclName(); in diagnoseOdrViolations() local
9839 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()
9881 DiagNote(VarConstexpr) << SecondName << SecondIsConstexpr; in diagnoseOdrViolations()
10214 DeclarationName SecondName = SecondDecl->getDeclName(); in diagnoseOdrViolations() local
10216 if (FirstName != SecondName) { in diagnoseOdrViolations()
10219 bool SecondNameEmpty = SecondName.isIdentifier() && in diagnoseOdrViolations()
10220 !SecondName.getAsIdentifierInfo(); in diagnoseOdrViolations()
10236 << hasSecondArg << SecondName; in diagnoseOdrViolations()
10409 DeclarationName SecondName = SecondMethod->getDeclName(); in diagnoseOdrViolations() local
10417 SecondName](ODRCXXRecordDifference DiffType) { in diagnoseOdrViolations()
10420 << SecondMethodType << SecondName; in diagnoseOdrViolations()
10423 if (FirstMethodType != SecondMethodType || FirstName != SecondName) { in diagnoseOdrViolations()