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

/external/clang/lib/Sema/
H A DSemaDecl.cpp1684 /// 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) { function in class:Sema
5760 if (MergeFunctionDecl(NewFD, OldDecl, S)) {

Completed in 89 milliseconds