Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp198 return selectFirst<Expr>( in isUnevaluated()
373 return selectFirst<Stmt>("stmt", Matches); in findDirectMutation()
413 if (const auto *CastStmt = selectFirst<Stmt>("stmt", ExplicitCast)) in findCastMutation()
458 selectFirst<Stmt>("stmt", RefToArrayRefToElements)) in findRangeLoopMutation()
486 selectFirst<Stmt>("stmt", RefToContainerBadIterators)) in findRangeLoopMutation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h275 selectFirst(StringRef BoundTo, const SmallVectorImpl<BoundNodes> &Results) { in selectFirst() function