Searched defs:oldDecl (Results 1 - 2 of 2) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaDecl.cpp2253 const ParmVarDecl *oldDecl,
2260 if (CDA && !oldDecl->hasAttr<CarriesDependencyAttr>()) {
2266 cast<FunctionDecl>(oldDecl->getDeclContext())->getFirstDecl();
2268 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex());
2273 if (!oldDecl->hasAttrs())
2282 for (const auto *I : oldDecl->specific_attrs<InheritableParamAttr>()) {
2252 mergeParamDeclAttributes(ParmVarDecl *newDecl, const ParmVarDecl *oldDecl, Sema &S) argument
H A DSemaDeclObjC.cpp182 const ParmVarDecl *oldDecl = (*oi); local
185 oldDecl->hasAttr<NSConsumedAttr>()) {
188 Diag(oldDecl->getLocation(), diag::note_previous_decl)

Completed in 115 milliseconds