Searched refs:selectFirst (Results 1 – 2 of 2) sorted by relevance
505 return selectFirst<Stmt>("stmt", Matches); in findDirectMutation()546 if (const auto *CastStmt = selectFirst<Stmt>("stmt", ExplicitCast)) in findCastMutation()593 selectFirst<Stmt>("stmt", RefToArrayRefToElements)) in findRangeLoopMutation()621 selectFirst<Stmt>("stmt", RefToContainerBadIterators)) in findRangeLoopMutation()739 const Stmt *MemberCallExpr = selectFirst<Stmt>( in findPointeeMemberMutation()796 return selectFirst<Stmt>("stmt", Matches); in findPointeeToNonConst()
278 selectFirst(StringRef BoundTo, const SmallVectorImpl<BoundNodes> &Results) { in selectFirst() function