Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp142 return selectFirst<Expr>( in isUnevaluated()
274 return selectFirst<Stmt>("stmt", Matches); in findDirectMutation()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h268 selectFirst(StringRef BoundTo, const SmallVectorImpl<BoundNodes> &Results) { in selectFirst() function