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

/external/clang/include/clang/Sema/
H A DSema.h2218 bool MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old, Scope *S);
/external/clang/lib/Sema/
H A DSemaDecl.cpp3287 return MergeCXXFunctionDecl(New, Old, S);
H A DSemaDeclCXX.cpp431 /// MergeCXXFunctionDecl - Merge two declarations of the same C++
435 bool Sema::MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old, function in class:Sema

Completed in 134 milliseconds