Lines Matching refs:SecondMethod
10405 const CXXMethodDecl *SecondMethod = cast<CXXMethodDecl>(SecondDecl); in diagnoseOdrViolations() local
10407 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()
10409 DeclarationName SecondName = SecondMethod->getDeclName(); in diagnoseOdrViolations()
10416 auto DiagMethodNote = [&ODRDiagDeclNote, SecondMethod, SecondMethodType, in diagnoseOdrViolations()
10418 return ODRDiagDeclNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10419 SecondMethod->getSourceRange(), DiffType) in diagnoseOdrViolations()
10431 const bool SecondDeleted = SecondMethod->isDeletedAsWritten(); in diagnoseOdrViolations()
10440 const bool SecondDefaulted = SecondMethod->isExplicitlyDefaulted(); in diagnoseOdrViolations()
10449 const bool SecondVirtual = SecondMethod->isVirtualAsWritten(); in diagnoseOdrViolations()
10451 const bool SecondPure = SecondMethod->isPure(); in diagnoseOdrViolations()
10464 StorageClass SecondStorage = SecondMethod->getStorageClass(); in diagnoseOdrViolations()
10475 const bool SecondVolatile = SecondMethod->isVolatile(); in diagnoseOdrViolations()
10484 const bool SecondConst = SecondMethod->isConst(); in diagnoseOdrViolations()
10493 const bool SecondInline = SecondMethod->isInlineSpecified(); in diagnoseOdrViolations()
10502 const unsigned SecondNumParameters = SecondMethod->param_size(); in diagnoseOdrViolations()
10514 const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I); in diagnoseOdrViolations()
10585 SecondMethod->getTemplateSpecializationArgs(); in diagnoseOdrViolations()
10661 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash(); in diagnoseOdrViolations()