Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp505 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()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h278 selectFirst(StringRef BoundTo, const SmallVectorImpl<BoundNodes> &Results) { in selectFirst() function