Searched refs:SecondMethod (Results 1 – 1 of 1) sorted by relevance
10422 const CXXMethodDecl *SecondMethod = cast<CXXMethodDecl>(SecondDecl); in diagnoseOdrViolations() local10424 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()[all …]