Lines Matching defs:Use
179 for (const DeclRefExpr *Use : Uses) {
180 if (!MovingCall || Sequence->potentiallyAfter(Use, MovingCall)) {
186 if (!Sequence->potentiallyAfter(Reinit, Use))
192 TheUseAfterMove.DeclRef = Use;
200 Sequence->potentiallyAfter(MovingCall, Use);
406 const UseAfterMove &Use, ClangTidyCheck *Check,
408 const SourceLocation UseLoc = Use.DeclRef->getExprLoc();
418 if (Use.EvaluationOrderUndefined) {
425 } else if (Use.UseHappensInLaterLoopIteration) {
525 if (auto Use = Finder.find(CodeBlock, MovingCall, Arg))
526 emitDiagnostic(MovingCall, Arg, *Use, this, Result.Context,