Home
last modified time | relevance | path

Searched refs:PrevForDefaultArgs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp460 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()
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 …]