Lines Matching refs:PrevForDefaultArgs
460 FunctionDecl *PrevForDefaultArgs = Old; in MergeCXXFunctionDecl() local
461 for (/**/; PrevForDefaultArgs; in MergeCXXFunctionDecl()
464 PrevForDefaultArgs = New->isLocalExternDecl() in MergeCXXFunctionDecl()
466 : PrevForDefaultArgs->getPreviousDecl()) { in MergeCXXFunctionDecl()
468 if (!LookupResult::isVisible(*this, PrevForDefaultArgs)) in MergeCXXFunctionDecl()
471 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) && in MergeCXXFunctionDecl()
479 if (PrevForDefaultArgs->isLocalExternDecl() != New->isLocalExternDecl()) { in MergeCXXFunctionDecl()
509 for (unsigned p = 0, NumParams = PrevForDefaultArgs in MergeCXXFunctionDecl()
510 ? PrevForDefaultArgs->getNumParams() in MergeCXXFunctionDecl()
513 ParmVarDecl *OldParam = PrevForDefaultArgs->getParamDecl(p); in MergeCXXFunctionDecl()
554 for (auto Older = PrevForDefaultArgs; in MergeCXXFunctionDecl()
586 Diag(PrevForDefaultArgs->getLocation(), in MergeCXXFunctionDecl()