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

Description

Matcher for gtest's EXPECT comparison macros including EXPECT_EQ, EXPECT_NE, EXPECT_GE, EXPECT_GT, EXPECT_LE and EXPECT_LT.

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

Parameters

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