Lines Matching refs:SecondMethod

10559         const CXXMethodDecl *SecondMethod = cast<CXXMethodDecl>(SecondDecl);  in diagnoseOdrViolations()  local
10561 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()
10563 auto SecondName = SecondMethod->getDeclName(); in diagnoseOdrViolations()
10568 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10569 SecondMethod->getSourceRange(), MethodName) in diagnoseOdrViolations()
10577 const bool SecondDeleted = SecondMethod->isDeletedAsWritten(); in diagnoseOdrViolations()
10583 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10584 SecondMethod->getSourceRange(), MethodDeleted) in diagnoseOdrViolations()
10591 const bool SecondDefaulted = SecondMethod->isExplicitlyDefaulted(); in diagnoseOdrViolations()
10597 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10598 SecondMethod->getSourceRange(), MethodDefaulted) in diagnoseOdrViolations()
10605 const bool SecondVirtual = SecondMethod->isVirtualAsWritten(); in diagnoseOdrViolations()
10607 const bool SecondPure = SecondMethod->isPure(); in diagnoseOdrViolations()
10613 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10614 SecondMethod->getSourceRange(), MethodVirtual) in diagnoseOdrViolations()
10624 const auto SecondStorage = SecondMethod->getStorageClass(); in diagnoseOdrViolations()
10631 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10632 SecondMethod->getSourceRange(), MethodStatic) in diagnoseOdrViolations()
10639 const bool SecondVolatile = SecondMethod->isVolatile(); in diagnoseOdrViolations()
10644 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10645 SecondMethod->getSourceRange(), MethodVolatile) in diagnoseOdrViolations()
10652 const bool SecondConst = SecondMethod->isConst(); in diagnoseOdrViolations()
10657 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10658 SecondMethod->getSourceRange(), MethodConst) in diagnoseOdrViolations()
10665 const bool SecondInline = SecondMethod->isInlineSpecified(); in diagnoseOdrViolations()
10670 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10671 SecondMethod->getSourceRange(), MethodInline) in diagnoseOdrViolations()
10678 const unsigned SecondNumParameters = SecondMethod->param_size(); in diagnoseOdrViolations()
10684 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10685 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10696 const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I); in diagnoseOdrViolations()
10720 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10721 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10727 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10728 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10744 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10745 SecondMethod->getSourceRange(), MethodParameterName) in diagnoseOdrViolations()
10761 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10762 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10779 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10780 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10798 SecondMethod->getTemplateSpecializationArgs(); in diagnoseOdrViolations()
10806 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10807 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10844 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10845 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10867 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10868 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10895 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash(); in diagnoseOdrViolations()
10901 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10902 SecondMethod->getSourceRange(), MethodSingleBody) in diagnoseOdrViolations()
10912 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10913 SecondMethod->getSourceRange(), MethodDifferentBody) in diagnoseOdrViolations()