Searched refs:RefMatcher (Results 1 – 2 of 2) sorted by relevance
36 const ast_matchers::internal::Matcher<Expr> &RefMatcher, in checkImpl() argument48 hasUnaryOperand(RefMatcher))), in checkImpl()51 !match(findAll(arraySubscriptExpr(hasBase(RefMatcher))), *If, in checkImpl()57 findAll(callExpr(hasAnyArgument(ignoringParenImpCasts(RefMatcher)))), in checkImpl()61 findAll(cxxDeleteExpr(has(ignoringParenImpCasts(expr(RefMatcher))))), in checkImpl()
804 class RefMatcher;807 class RefMatcher<T&> {817 explicit RefMatcher(T& x) : object_(x) {} // NOLINT4325 inline internal::RefMatcher<T&> Ref(T& x) { // NOLINT4326 return internal::RefMatcher<T&>(x);