Home | History | Annotate | Download | only in Sema

Lines Matching refs:MergeFunctionDecl

1684 /// Used in MergeFunctionDecl to keep track of function parameters in
1727 /// MergeFunctionDecl - We just parsed a function 'New' from
1738 bool Sema::MergeFunctionDecl(FunctionDecl *New, Decl *OldD, Scope *S) {
5760 if (MergeFunctionDecl(NewFD, OldDecl, S)) {