Searched refs:RefMatcher (Results 1 – 2 of 2) sorted by relevance
38 const ast_matchers::internal::Matcher<Expr> &RefMatcher, in checkImpl() argument50 hasUnaryOperand(RefMatcher))), in checkImpl()53 !match(findAll(arraySubscriptExpr(hasBase(RefMatcher))), *If, in checkImpl()59 findAll(callExpr(hasAnyArgument(ignoringParenImpCasts(RefMatcher)))), in checkImpl()63 findAll(cxxDeleteExpr(has(ignoringParenImpCasts(expr(RefMatcher))))), in checkImpl()
570 class RefMatcher;573 class RefMatcher<T&> {583 explicit RefMatcher(T& x) : object_(x) {} // NOLINT627 GTEST_DISALLOW_ASSIGN_(RefMatcher);3651 inline internal::RefMatcher<T&> Ref(T& x) { // NOLINT3652 return internal::RefMatcher<T&>(x);