Lines Matching refs:PrevForDefaultArgs
447 FunctionDecl *PrevForDefaultArgs = Old; in MergeCXXFunctionDecl() local
448 for (/**/; PrevForDefaultArgs; in MergeCXXFunctionDecl()
451 PrevForDefaultArgs = New->isLocalExternDecl() in MergeCXXFunctionDecl()
453 : PrevForDefaultArgs->getPreviousDecl()) { in MergeCXXFunctionDecl()
455 if (!LookupResult::isVisible(*this, PrevForDefaultArgs)) in MergeCXXFunctionDecl()
458 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) && in MergeCXXFunctionDecl()
466 if (PrevForDefaultArgs->isLocalExternDecl() != New->isLocalExternDecl()) { in MergeCXXFunctionDecl()
496 for (unsigned p = 0, NumParams = PrevForDefaultArgs in MergeCXXFunctionDecl()
497 ? PrevForDefaultArgs->getNumParams() in MergeCXXFunctionDecl()
500 ParmVarDecl *OldParam = PrevForDefaultArgs->getParamDecl(p); in MergeCXXFunctionDecl()
541 for (auto Older = PrevForDefaultArgs; in MergeCXXFunctionDecl()
567 Diag(PrevForDefaultArgs->getLocation(), in MergeCXXFunctionDecl()