Home
last modified time | relevance | path

Searched refs:SecondFunction (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp1653 const FunctionDecl *SecondFunction) const { in diagnoseMismatch()
1654 if (FirstFunction == SecondFunction) in diagnoseMismatch()
1668 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondFunction); in diagnoseMismatch()
1684 computeODRHash(SecondFunction->getReturnType())) { in diagnoseMismatch()
1688 DiagNote(SecondFunction->getReturnTypeSourceRange().getBegin(), in diagnoseMismatch()
1689 SecondFunction->getReturnTypeSourceRange(), ReturnType) in diagnoseMismatch()
1690 << SecondFunction->getReturnType(); in diagnoseMismatch()
1694 assert(FirstFunction->param_size() == SecondFunction->param_size() && in diagnoseMismatch()
1700 const ParmVarDecl *SecondParam = SecondFunction->getParamDecl(I); in diagnoseMismatch()
1778 DiagNote(SecondFunction->getLocation(), SecondFunction->getSourceRange(), in diagnoseMismatch()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DODRDiagsEmitter.h30 const FunctionDecl *SecondFunction) const;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp9736 for (auto &SecondFunction : Merge.second) { in diagnoseOdrViolations() local
9737 if (DiagsEmitter.diagnoseMismatch(FirstFunction, SecondFunction)) { in diagnoseOdrViolations()