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.cpp266 return selectFirst<Stmt>( in isUnevaluated()
443 return selectFirst<Stmt>("stmt", Matches); in findDirectMutation()
482 if (const auto *CastStmt = selectFirst<Stmt>("stmt", ExplicitCast)) in findCastMutation()
528 selectFirst<Stmt>("stmt", RefToArrayRefToElements)) in findRangeLoopMutation()
556 selectFirst<Stmt>("stmt", RefToContainerBadIterators)) in findRangeLoopMutation()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h278 selectFirst(StringRef BoundTo, const SmallVectorImpl<BoundNodes> &Results) { in selectFirst() function