Lines Matching refs:SecondMethod
10422 const CXXMethodDecl *SecondMethod = cast<CXXMethodDecl>(SecondDecl); in diagnoseOdrViolations() local
10424 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()
10426 auto SecondName = SecondMethod->getDeclName(); in diagnoseOdrViolations()
10431 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10432 SecondMethod->getSourceRange(), MethodName) in diagnoseOdrViolations()
10440 const bool SecondDeleted = SecondMethod->isDeletedAsWritten(); in diagnoseOdrViolations()
10446 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10447 SecondMethod->getSourceRange(), MethodDeleted) in diagnoseOdrViolations()
10454 const bool SecondDefaulted = SecondMethod->isExplicitlyDefaulted(); in diagnoseOdrViolations()
10460 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10461 SecondMethod->getSourceRange(), MethodDefaulted) in diagnoseOdrViolations()
10468 const bool SecondVirtual = SecondMethod->isVirtualAsWritten(); in diagnoseOdrViolations()
10470 const bool SecondPure = SecondMethod->isPure(); in diagnoseOdrViolations()
10476 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10477 SecondMethod->getSourceRange(), MethodVirtual) in diagnoseOdrViolations()
10487 const auto SecondStorage = SecondMethod->getStorageClass(); in diagnoseOdrViolations()
10494 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10495 SecondMethod->getSourceRange(), MethodStatic) in diagnoseOdrViolations()
10502 const bool SecondVolatile = SecondMethod->isVolatile(); in diagnoseOdrViolations()
10507 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10508 SecondMethod->getSourceRange(), MethodVolatile) in diagnoseOdrViolations()
10515 const bool SecondConst = SecondMethod->isConst(); in diagnoseOdrViolations()
10520 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10521 SecondMethod->getSourceRange(), MethodConst) in diagnoseOdrViolations()
10528 const bool SecondInline = SecondMethod->isInlineSpecified(); in diagnoseOdrViolations()
10533 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10534 SecondMethod->getSourceRange(), MethodInline) in diagnoseOdrViolations()
10541 const unsigned SecondNumParameters = SecondMethod->param_size(); in diagnoseOdrViolations()
10547 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10548 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10559 const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I); in diagnoseOdrViolations()
10583 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10584 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10590 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10591 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10607 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10608 SecondMethod->getSourceRange(), MethodParameterName) in diagnoseOdrViolations()
10624 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10625 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10642 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10643 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10661 SecondMethod->getTemplateSpecializationArgs(); in diagnoseOdrViolations()
10669 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10670 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10707 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10708 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10730 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10731 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10758 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash(); in diagnoseOdrViolations()
10764 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10765 SecondMethod->getSourceRange(), MethodSingleBody) in diagnoseOdrViolations()
10775 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10776 SecondMethod->getSourceRange(), MethodDifferentBody) in diagnoseOdrViolations()