Lines Matching refs:SecondMethod
10350 const CXXMethodDecl *SecondMethod = cast<CXXMethodDecl>(SecondDecl); in diagnoseOdrViolations() local
10352 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()
10354 auto SecondName = SecondMethod->getDeclName(); in diagnoseOdrViolations()
10359 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10360 SecondMethod->getSourceRange(), MethodName) in diagnoseOdrViolations()
10368 const bool SecondDeleted = SecondMethod->isDeletedAsWritten(); in diagnoseOdrViolations()
10374 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10375 SecondMethod->getSourceRange(), MethodDeleted) in diagnoseOdrViolations()
10382 const bool SecondDefaulted = SecondMethod->isExplicitlyDefaulted(); in diagnoseOdrViolations()
10388 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10389 SecondMethod->getSourceRange(), MethodDefaulted) in diagnoseOdrViolations()
10396 const bool SecondVirtual = SecondMethod->isVirtualAsWritten(); in diagnoseOdrViolations()
10398 const bool SecondPure = SecondMethod->isPure(); in diagnoseOdrViolations()
10404 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10405 SecondMethod->getSourceRange(), MethodVirtual) in diagnoseOdrViolations()
10415 const auto SecondStorage = SecondMethod->getStorageClass(); in diagnoseOdrViolations()
10422 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10423 SecondMethod->getSourceRange(), MethodStatic) in diagnoseOdrViolations()
10430 const bool SecondVolatile = SecondMethod->isVolatile(); in diagnoseOdrViolations()
10435 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10436 SecondMethod->getSourceRange(), MethodVolatile) in diagnoseOdrViolations()
10443 const bool SecondConst = SecondMethod->isConst(); in diagnoseOdrViolations()
10448 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10449 SecondMethod->getSourceRange(), MethodConst) in diagnoseOdrViolations()
10456 const bool SecondInline = SecondMethod->isInlineSpecified(); in diagnoseOdrViolations()
10461 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10462 SecondMethod->getSourceRange(), MethodInline) in diagnoseOdrViolations()
10469 const unsigned SecondNumParameters = SecondMethod->param_size(); in diagnoseOdrViolations()
10474 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10475 SecondMethod->getSourceRange(), MethodNumberParameters) in diagnoseOdrViolations()
10485 const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I); in diagnoseOdrViolations()
10507 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10508 SecondMethod->getSourceRange(), MethodParameterType) in diagnoseOdrViolations()
10513 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10514 SecondMethod->getSourceRange(), MethodParameterType) in diagnoseOdrViolations()
10528 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10529 SecondMethod->getSourceRange(), MethodParameterName) in diagnoseOdrViolations()
10544 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10545 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10561 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10562 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10580 SecondMethod->getTemplateSpecializationArgs(); in diagnoseOdrViolations()
10587 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10588 SecondMethod->getSourceRange(), MethodNoTemplateArguments) in diagnoseOdrViolations()
10623 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10624 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10646 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10647 SecondMethod->getSourceRange(), in diagnoseOdrViolations()
10674 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash(); in diagnoseOdrViolations()
10680 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10681 SecondMethod->getSourceRange(), MethodSingleBody) in diagnoseOdrViolations()
10691 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10692 SecondMethod->getSourceRange(), MethodDifferentBody) in diagnoseOdrViolations()