Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp4086 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
4199 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
4266 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
4305 bool Sema::MergeCompatibleFunctionDecls(FunctionDecl *New, FunctionDecl *Old, in MergeCompatibleFunctionDecls() function in Sema
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3692 bool MergeCompatibleFunctionDecls(FunctionDecl *New, FunctionDecl *Old,