Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp204 return selectFirst<Stmt>( in isUnevaluated()
383 return selectFirst<Stmt>("stmt", Matches); in findDirectMutation()
423 if (const auto *CastStmt = selectFirst<Stmt>("stmt", ExplicitCast)) in findCastMutation()
470 selectFirst<Stmt>("stmt", RefToArrayRefToElements)) in findRangeLoopMutation()
498 selectFirst<Stmt>("stmt", RefToContainerBadIterators)) in findRangeLoopMutation()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h278 selectFirst(StringRef BoundTo, const SmallVectorImpl<BoundNodes> &Results) { in selectFirst() function