Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp67 bool find(Stmt *FunctionBody, const Expr *MovingCall,
144 const Expr *MovingCall, in findInternal() argument
152 if (!MovingCall) in findInternal()
166 if (MovingCall && Reinit != MovingCall && in findInternal()
167 Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
176 if (!MovingCall || Sequence->potentiallyAfter(Use, MovingCall)) { in findInternal()
194 MovingCall != nullptr && in findInternal()
195 Sequence->potentiallyAfter(MovingCall, Use); in findInternal()
385 SourceLocation MoveLoc = MovingCall->getExprLoc(); in emitDiagnostic()
447 if (!MovingCall || !MovingCall->getExprLoc().isValid()) in check()
[all …]