Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h2218 bool MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old, Scope *S);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp435 bool Sema::MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old, in MergeCXXFunctionDecl() function in Sema
DSemaDecl.cpp3287 return MergeCXXFunctionDecl(New, Old, S); in MergeCompatibleFunctionDecls()