ΒΆinternal::BindableMatcher<Stmt> gtestExpectCall(
    clang::ast_matchers::StatementMatcher
        MockCall,
    clang::ast_matchers::MockArgs Args)

Description

Matcher for gtest's EXPECT_CALL macro. `MockCall` matches the whole mock member method call. This API is more flexible but requires more knowledge of the AST structure of EXPECT_CALL macros.

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

Parameters

clang::ast_matchers::StatementMatcher MockCall
clang::ast_matchers::MockArgs Args