ΒΆinternal::BindableMatcher<Stmt> gtestAssert(
    clang::ast_matchers::GtestCmp Cmp,
    clang::ast_matchers::StatementMatcher Left,
    clang::ast_matchers::StatementMatcher Right)

Description

Matcher for gtest's ASSERT comparison macros including ASSERT_EQ, ASSERT_NE, ASSERT_GE, ASSERT_GT, ASSERT_LE and ASSERT_LT.

Declared at: clang/include/clang/ASTMatchers/GtestMatchers.h:45

Parameters

clang::ast_matchers::GtestCmp Cmp
clang::ast_matchers::StatementMatcher Left
clang::ast_matchers::StatementMatcher Right