Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h2918 bool MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old, Scope *S);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp3806 return MergeCXXFunctionDecl(New, Old, S); in MergeCompatibleFunctionDecls()
HDSemaDeclCXX.cpp436 bool Sema::MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old, in MergeCXXFunctionDecl() function in Sema