Home
last modified time | relevance | path

Searched refs:MergeCompatibleFunctionDecls (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp4010 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
4124 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
4191 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
4230 bool Sema::MergeCompatibleFunctionDecls(FunctionDecl *New, FunctionDecl *Old, in MergeCompatibleFunctionDecls() function in Sema
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3593 bool MergeCompatibleFunctionDecls(FunctionDecl *New, FunctionDecl *Old,