Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp215 findFirst(const ast_matchers::internal::Matcher<T> &Matcher) { in findFirst() function
498 findFirst(stmt(anyOf(AsAssignmentLhs, AsIncDecOperand, AsNonConstThis, in findDirectMutation()
540 match(findFirst(stmt(castExpr(hasSourceExpression(canResolveToExpr(Exp)), in findCastMutation()
582 findFirst(stmt(cxxForRangeStmt( in findRangeLoopMutation()
614 findFirst(stmt(cxxForRangeStmt(allOf( in findRangeLoopMutation()