Searched refs:SecondMethod (Results 1 – 1 of 1) sorted by relevance
10184 const CXXMethodDecl *SecondMethod = cast<CXXMethodDecl>(SecondDecl); in diagnoseOdrViolations() local10186 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()10188 auto SecondName = SecondMethod->getDeclName(); in diagnoseOdrViolations()10193 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()10194 SecondMethod->getSourceRange(), MethodName) in diagnoseOdrViolations()10202 const bool SecondDeleted = SecondMethod->isDeletedAsWritten(); in diagnoseOdrViolations()10208 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()10209 SecondMethod->getSourceRange(), MethodDeleted) in diagnoseOdrViolations()10216 const bool SecondDefaulted = SecondMethod->isExplicitlyDefaulted(); in diagnoseOdrViolations()10222 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()[all …]