Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp447 FunctionDecl *PrevForDefaultArgs = Old; in MergeCXXFunctionDecl() local
448 for (/**/; PrevForDefaultArgs; in MergeCXXFunctionDecl()
451 PrevForDefaultArgs = New->isLocalExternDecl() in MergeCXXFunctionDecl()
453 : PrevForDefaultArgs->getPreviousDecl()) { in MergeCXXFunctionDecl()
455 if (!LookupResult::isVisible(*this, PrevForDefaultArgs)) in MergeCXXFunctionDecl()
458 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) && in MergeCXXFunctionDecl()
466 if (PrevForDefaultArgs->isLocalExternDecl() != New->isLocalExternDecl()) { in MergeCXXFunctionDecl()
496 for (unsigned p = 0, NumParams = PrevForDefaultArgs in MergeCXXFunctionDecl()
497 ? PrevForDefaultArgs->getNumParams() in MergeCXXFunctionDecl()
500 ParmVarDecl *OldParam = PrevForDefaultArgs->getParamDecl(p); in MergeCXXFunctionDecl()
[all …]