Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp449 FunctionDecl *PrevForDefaultArgs = Old; in MergeCXXFunctionDecl() local
450 for (/**/; PrevForDefaultArgs; in MergeCXXFunctionDecl()
453 PrevForDefaultArgs = New->isLocalExternDecl() in MergeCXXFunctionDecl()
455 : PrevForDefaultArgs->getPreviousDecl()) { in MergeCXXFunctionDecl()
457 if (!LookupResult::isVisible(*this, PrevForDefaultArgs)) in MergeCXXFunctionDecl()
460 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) && in MergeCXXFunctionDecl()
468 if (PrevForDefaultArgs->isLocalExternDecl() != New->isLocalExternDecl()) { in MergeCXXFunctionDecl()
498 for (unsigned p = 0, NumParams = PrevForDefaultArgs in MergeCXXFunctionDecl()
499 ? PrevForDefaultArgs->getNumParams() in MergeCXXFunctionDecl()
502 ParmVarDecl *OldParam = PrevForDefaultArgs->getParamDecl(p); in MergeCXXFunctionDecl()
[all …]