Searched refs:MergeFunctionDecl (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 3541 bool Sema::MergeFunctionDecl(FunctionDecl *New, NamedDecl *&OldD, Scope *S, in MergeFunctionDecl() function in Sema 11400 if (MergeFunctionDecl(NewFD, OldDecl, S, MergeTypeWithPrevious, in CheckFunctionDeclaration()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 3591 bool MergeFunctionDecl(FunctionDecl *New, NamedDecl *&Old, Scope *S,
|