Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp461 FunctionDecl *PrevForDefaultArgs = Old; in MergeCXXFunctionDecl() local
462 for (/**/; PrevForDefaultArgs; in MergeCXXFunctionDecl()
465 PrevForDefaultArgs = New->isLocalExternDecl() in MergeCXXFunctionDecl()
467 : PrevForDefaultArgs->getPreviousDecl()) { in MergeCXXFunctionDecl()
469 if (!LookupResult::isVisible(*this, PrevForDefaultArgs)) in MergeCXXFunctionDecl()
472 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) && in MergeCXXFunctionDecl()
480 if (PrevForDefaultArgs->isLocalExternDecl() != New->isLocalExternDecl()) { in MergeCXXFunctionDecl()
510 for (unsigned p = 0, NumParams = PrevForDefaultArgs in MergeCXXFunctionDecl()
511 ? PrevForDefaultArgs->getNumParams() in MergeCXXFunctionDecl()
514 ParmVarDecl *OldParam = PrevForDefaultArgs->getParamDecl(p); in MergeCXXFunctionDecl()
[all …]