ΒΆinternal::BindableMatcher<Stmt> gtestExpectCall(
    clang::ast_matchers::StatementMatcher
        MockObject,
    llvm::StringRef MockMethodName,
    clang::ast_matchers::MockArgs Args)

Description

Matcher for gtest's EXPECT_CALL macro. `MockObject` matches the mock object and `MockMethodName` is the name of the method invoked on the mock object.

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

Parameters

clang::ast_matchers::StatementMatcher MockObject
llvm::StringRef MockMethodName
clang::ast_matchers::MockArgs Args