Searched refs:SecondFunction (Results 1 – 3 of 3) sorted by relevance
1658 const FunctionDecl *SecondFunction) const { in diagnoseMismatch()1659 if (FirstFunction == SecondFunction) in diagnoseMismatch()1673 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondFunction); in diagnoseMismatch()1689 computeODRHash(SecondFunction->getReturnType())) { in diagnoseMismatch()1693 DiagNote(SecondFunction->getReturnTypeSourceRange().getBegin(), in diagnoseMismatch()1694 SecondFunction->getReturnTypeSourceRange(), ReturnType) in diagnoseMismatch()1695 << SecondFunction->getReturnType(); in diagnoseMismatch()1699 assert(FirstFunction->param_size() == SecondFunction->param_size() && in diagnoseMismatch()1705 const ParmVarDecl *SecondParam = SecondFunction->getParamDecl(I); in diagnoseMismatch()1784 DiagNote(SecondFunction->getLocation(), SecondFunction->getSourceRange(), in diagnoseMismatch()
30 const FunctionDecl *SecondFunction) const;
10009 for (auto &SecondFunction : Merge.second) { in diagnoseOdrViolations() local10010 if (DiagsEmitter.diagnoseMismatch(FirstFunction, SecondFunction)) { in diagnoseOdrViolations()