Searched refs:SecondMethod (Results 1 – 1 of 1) sorted by relevance
10451 const CXXMethodDecl *SecondMethod = cast<CXXMethodDecl>(SecondDecl); in diagnoseOdrViolations() local10453 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()10455 auto SecondName = SecondMethod->getDeclName(); in diagnoseOdrViolations()10460 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()10461 SecondMethod->getSourceRange(), MethodName) in diagnoseOdrViolations()10469 const bool SecondDeleted = SecondMethod->isDeletedAsWritten(); in diagnoseOdrViolations()10475 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()10476 SecondMethod->getSourceRange(), MethodDeleted) in diagnoseOdrViolations()10483 const bool SecondDefaulted = SecondMethod->isExplicitlyDefaulted(); in diagnoseOdrViolations()10489 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()[all …]