Searched refs:OldS (Results 1 – 2 of 2) sorted by relevance
3216 auto &OldS = getInstructions(OldCycle); in normalizeNonPipelinedInstructions() local3217 llvm::erase(OldS, &SU); in normalizeNonPipelinedInstructions()
3442 static bool checkUsingShadowRedecl(Sema &S, UsingShadowDecl *OldS, in checkUsingShadowRedecl() argument3461 auto *Old = dyn_cast<ExpectedDecl>(OldS->getTargetDecl()); in checkUsingShadowRedecl()3470 S.Diag(OldS->getTargetDecl()->getLocation(), diag::note_using_decl_target); in checkUsingShadowRedecl()3471 S.Diag(OldS->getIntroducer()->getLocation(), diag::note_using_decl) << 0; in checkUsingShadowRedecl()