Searched refs:PrevForDefaultArgs (Results 1 – 1 of 1) sorted by relevance
460 FunctionDecl *PrevForDefaultArgs = Old; in MergeCXXFunctionDecl() local461 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()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()[all …]