Searched refs:FirstFunction (Results 1 – 4 of 4) sorted by relevance
1660 const FunctionDecl *FirstFunction, in diagnoseMismatch() argument1662 if (FirstFunction == SecondFunction) in diagnoseMismatch()1675 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstFunction); in diagnoseMismatch()1678 auto DiagError = [FirstFunction, &FirstModule, in diagnoseMismatch()1682 << FirstFunction << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()1691 if (computeODRHash(FirstFunction->getReturnType()) != in diagnoseMismatch()1693 DiagError(FirstFunction->getReturnTypeSourceRange().getBegin(), in diagnoseMismatch()1694 FirstFunction->getReturnTypeSourceRange(), ReturnType) in diagnoseMismatch()1695 << FirstFunction->getReturnType(); in diagnoseMismatch()1702 assert(FirstFunction->param_size() == SecondFunction->param_size() && in diagnoseMismatch()[all …]
29 bool diagnoseMismatch(const FunctionDecl *FirstFunction,
1788 bool FirstFunction = false) { in replaceArgumentUses() argument1793 if (FirstFunction) in replaceArgumentUses()1863 if (FirstFunction) in replaceArgumentUses()1884 if (FirstFunction) { in replaceArgumentUses()
10821 FunctionDecl *FirstFunction = Merge.first; in diagnoseOdrViolations() local10824 if (DiagsEmitter.diagnoseMismatch(FirstFunction, SecondFunction)) { in diagnoseOdrViolations()