Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h275 selectFirst(StringRef BoundTo, const SmallVectorImpl<BoundNodes> &Results) { in selectFirst() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp88 return selectFirst<Expr>("arg", match(Deref, E, Context)); in isSmartDereference()