Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3771 bool MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old, Scope *S);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp469 bool Sema::MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old, in MergeCXXFunctionDecl() function in Sema
H A DSemaDecl.cpp4411 return MergeCXXFunctionDecl(New, Old, S); in MergeCompatibleFunctionDecls()