Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1663 const FunctionDecl *SecondFunction) const { in diagnoseMismatch()
1664 if (FirstFunction == SecondFunction) in diagnoseMismatch()
1678 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondFunction); in diagnoseMismatch()
1694 computeODRHash(SecondFunction->getReturnType())) { in diagnoseMismatch()
1698 DiagNote(SecondFunction->getReturnTypeSourceRange().getBegin(), in diagnoseMismatch()
1699 SecondFunction->getReturnTypeSourceRange(), ReturnType) in diagnoseMismatch()
1700 << SecondFunction->getReturnType(); in diagnoseMismatch()
1704 assert(FirstFunction->param_size() == SecondFunction->param_size() && in diagnoseMismatch()
1710 const ParmVarDecl *SecondParam = SecondFunction->getParamDecl(I); in diagnoseMismatch()
1789 DiagNote(SecondFunction->getLocation(), SecondFunction->getSourceRange(), in diagnoseMismatch()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h30 const FunctionDecl *SecondFunction) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10150 for (auto &SecondFunction : Merge.second) { in diagnoseOdrViolations() local
10151 if (DiagsEmitter.diagnoseMismatch(FirstFunction, SecondFunction)) { in diagnoseOdrViolations()