Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp481 FunctionDecl *PrevForDefaultArgs = Old; in MergeCXXFunctionDecl() local
482 for (/**/; PrevForDefaultArgs; in MergeCXXFunctionDecl()
485 PrevForDefaultArgs = New->isLocalExternDecl() in MergeCXXFunctionDecl()
487 : PrevForDefaultArgs->getPreviousDecl()) { in MergeCXXFunctionDecl()
489 if (!LookupResult::isVisible(*this, PrevForDefaultArgs)) in MergeCXXFunctionDecl()
492 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) && in MergeCXXFunctionDecl()
530 for (unsigned p = 0, NumParams = PrevForDefaultArgs in MergeCXXFunctionDecl()
531 ? PrevForDefaultArgs->getNumParams() in MergeCXXFunctionDecl()
534 ParmVarDecl *OldParam = PrevForDefaultArgs->getParamDecl(p); in MergeCXXFunctionDecl()
575 for (auto Older = PrevForDefaultArgs; in MergeCXXFunctionDecl()
[all …]