Lines Matching refs:SecondMethod
10451 const CXXMethodDecl *SecondMethod = cast<CXXMethodDecl>(SecondDecl); in diagnoseOdrViolations() local
10453 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()
10455 auto SecondName = SecondMethod->getDeclName(); in diagnoseOdrViolations()
10460 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10461 SecondMethod->getSourceRange(), MethodName) in diagnoseOdrViolations()
10469 const bool SecondDeleted = SecondMethod->isDeletedAsWritten(); in diagnoseOdrViolations()
10475 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10476 SecondMethod->getSourceRange(), MethodDeleted) in diagnoseOdrViolations()
10483 const bool SecondDefaulted = SecondMethod->isExplicitlyDefaulted(); in diagnoseOdrViolations()
10489 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10490 SecondMethod->getSourceRange(), MethodDefaulted) in diagnoseOdrViolations()
10497 const bool SecondVirtual = SecondMethod->isVirtualAsWritten(); in diagnoseOdrViolations()
10499 const bool SecondPure = SecondMethod->isPure(); in diagnoseOdrViolations()
10505 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10506 SecondMethod->getSourceRange(), MethodVirtual) in diagnoseOdrViolations()
10516 const auto SecondStorage = SecondMethod->getStorageClass(); in diagnoseOdrViolations()
10523 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10524 SecondMethod->getSourceRange(), MethodStatic) in diagnoseOdrViolations()
10531 const bool SecondVolatile = SecondMethod->isVolatile(); in diagnoseOdrViolations()
10536 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10537 SecondMethod->getSourceRange(), MethodVolatile) in diagnoseOdrViolations()
10544 const bool SecondConst = SecondMethod->isConst(); in diagnoseOdrViolations()
10549 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10550 SecondMethod->getSourceRange(), MethodConst) in diagnoseOdrViolations()
10557 const bool SecondInline = SecondMethod->isInlineSpecified(); in diagnoseOdrViolations()
10562 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10563 SecondMethod->getSourceRange(), MethodInline) in diagnoseOdrViolations()
10570 const unsigned SecondNumParameters = SecondMethod->param_size(); in diagnoseOdrViolations()
10576 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10577 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10588 const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I); in diagnoseOdrViolations()
10612 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10613 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10619 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10620 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10636 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10637 SecondMethod->getSourceRange(), MethodParameterName) in diagnoseOdrViolations()
10653 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10654 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10671 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10672 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10690 SecondMethod->getTemplateSpecializationArgs(); in diagnoseOdrViolations()
10698 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10699 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10736 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10737 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10759 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10760 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10787 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash(); in diagnoseOdrViolations()
10793 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10794 SecondMethod->getSourceRange(), MethodSingleBody) in diagnoseOdrViolations()
10804 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10805 SecondMethod->getSourceRange(), MethodDifferentBody) in diagnoseOdrViolations()