Searched refs:oldDecl (Results 1 – 2 of 2) sorted by relevance
179 const ParmVarDecl *oldDecl = (*oi); in CheckObjCMethodOverride() local182 oldDecl->hasAttr<NSConsumedAttr>()) { in CheckObjCMethodOverride()185 Diag(oldDecl->getLocation(), diag::note_previous_decl) in CheckObjCMethodOverride()
2518 const ParmVarDecl *oldDecl, in mergeParamDeclAttributes() argument2525 if (CDA && !oldDecl->hasAttr<CarriesDependencyAttr>()) { in mergeParamDeclAttributes()2531 cast<FunctionDecl>(oldDecl->getDeclContext())->getFirstDecl(); in mergeParamDeclAttributes()2533 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex()); in mergeParamDeclAttributes()2538 if (!oldDecl->hasAttrs()) in mergeParamDeclAttributes()2547 for (const auto *I : oldDecl->specific_attrs<InheritableParamAttr>()) { in mergeParamDeclAttributes()