Searched refs:MergeFunctionDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DSema.h1861 bool MergeFunctionDecl(FunctionDecl *New, Decl *Old, Scope *S);
/external/clang/lib/Sema/
H A DSemaDecl.cpp2199 /// Used in MergeFunctionDecl to keep track of function parameters in
2269 /// MergeFunctionDecl - We just parsed a function 'New' from
2280 bool Sema::MergeFunctionDecl(FunctionDecl *New, Decl *OldD, Scope *S) { function in class:Sema
7346 if (MergeFunctionDecl(NewFD, OldDecl, S)) {

Completed in 115 milliseconds