Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp467 FunctionDecl *PrevForDefaultArgs = Old; in MergeCXXFunctionDecl() local
468 for (/**/; PrevForDefaultArgs; in MergeCXXFunctionDecl()
471 PrevForDefaultArgs = New->isLocalExternDecl() in MergeCXXFunctionDecl()
473 : PrevForDefaultArgs->getPreviousDecl()) { in MergeCXXFunctionDecl()
475 if (!LookupResult::isVisible(*this, PrevForDefaultArgs)) in MergeCXXFunctionDecl()
478 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) && in MergeCXXFunctionDecl()
486 if (PrevForDefaultArgs->isLocalExternDecl() != New->isLocalExternDecl()) { in MergeCXXFunctionDecl()
516 for (unsigned p = 0, NumParams = PrevForDefaultArgs in MergeCXXFunctionDecl()
517 ? PrevForDefaultArgs->getNumParams() in MergeCXXFunctionDecl()
520 ParmVarDecl *OldParam = PrevForDefaultArgs->getParamDecl(p); in MergeCXXFunctionDecl()
[all …]