Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp464 FunctionDecl *PrevForDefaultArgs = Old; in MergeCXXFunctionDecl() local
465 for (/**/; PrevForDefaultArgs; in MergeCXXFunctionDecl()
468 PrevForDefaultArgs = New->isLocalExternDecl() in MergeCXXFunctionDecl()
470 : PrevForDefaultArgs->getPreviousDecl()) { in MergeCXXFunctionDecl()
472 if (!LookupResult::isVisible(*this, PrevForDefaultArgs)) in MergeCXXFunctionDecl()
475 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) && in MergeCXXFunctionDecl()
483 if (PrevForDefaultArgs->isLocalExternDecl() != New->isLocalExternDecl()) { in MergeCXXFunctionDecl()
513 for (unsigned p = 0, NumParams = PrevForDefaultArgs in MergeCXXFunctionDecl()
514 ? PrevForDefaultArgs->getNumParams() in MergeCXXFunctionDecl()
517 ParmVarDecl *OldParam = PrevForDefaultArgs->getParamDecl(p); in MergeCXXFunctionDecl()
[all …]