Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3349 bool MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old, Scope *S);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp449 bool Sema::MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old, in MergeCXXFunctionDecl() function in Sema
H A DSemaDecl.cpp3850 return MergeCXXFunctionDecl(New, Old, S); in MergeCompatibleFunctionDecls()