Lines Matching refs:SecondName

9745         auto SecondName = SecondTD->getDeclName();  in diagnoseOdrViolations()  local
9746 if (FirstName != SecondName) { in diagnoseOdrViolations()
9752 << IsTypeAlias << SecondName; in diagnoseOdrViolations()
9765 << IsTypeAlias << SecondName << SecondType; in diagnoseOdrViolations()
9778 auto SecondName = SecondVD->getDeclName(); in diagnoseOdrViolations() local
9779 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()
9838 << SecondName << SecondIsConstexpr; in diagnoseOdrViolations()
10172 DeclarationName SecondName = SecondDecl->getDeclName(); in diagnoseOdrViolations() local
10174 if (FirstName != SecondName) { in diagnoseOdrViolations()
10178 SecondName.isIdentifier() && !SecondName.getAsIdentifierInfo(); in diagnoseOdrViolations()
10188 << SecondName; in diagnoseOdrViolations()
10426 auto SecondName = SecondMethod->getDeclName(); in diagnoseOdrViolations() local
10427 if (FirstMethodType != SecondMethodType || FirstName != SecondName) { in diagnoseOdrViolations()
10433 << SecondMethodType << SecondName; in diagnoseOdrViolations()
10448 << SecondMethodType << SecondName << SecondDeleted; in diagnoseOdrViolations()
10462 << SecondMethodType << SecondName << SecondDefaulted; in diagnoseOdrViolations()
10478 << SecondMethodType << SecondName << SecondPure << SecondVirtual; in diagnoseOdrViolations()
10496 << SecondMethodType << SecondName << SecondStatic; in diagnoseOdrViolations()
10509 << SecondMethodType << SecondName << SecondVolatile; in diagnoseOdrViolations()
10522 << SecondMethodType << SecondName << SecondConst; in diagnoseOdrViolations()
10535 << SecondMethodType << SecondName << SecondInline; in diagnoseOdrViolations()
10550 << SecondMethodType << SecondName << SecondNumParameters; in diagnoseOdrViolations()
10586 << SecondMethodType << SecondName << (I + 1) in diagnoseOdrViolations()
10593 << SecondMethodType << SecondName << (I + 1) in diagnoseOdrViolations()
10609 << SecondMethodType << SecondName << (I + 1) << SecondParamName; in diagnoseOdrViolations()
10627 << SecondMethodType << SecondName << (I + 1) in diagnoseOdrViolations()
10645 << SecondMethodType << SecondName << (I + 1) in diagnoseOdrViolations()
10672 << SecondMethodType << SecondName in diagnoseOdrViolations()
10710 << SecondMethodType << SecondName in diagnoseOdrViolations()
10733 << SecondMethodType << SecondName << SecondTA << i + 1; in diagnoseOdrViolations()
10766 << SecondMethodType << SecondName << HasSecondBody; in diagnoseOdrViolations()
10777 << SecondMethodType << SecondName; in diagnoseOdrViolations()