Searched refs:gtestCallInternal (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 147 gtestCallInternal(MacroType Macro, StatementMatcher MockCall, MockArgs Args) { in gtestCallInternal() function 181 gtestCallInternal(MacroType Macro, StatementMatcher MockObject, in gtestCallInternal() function 183 return gtestCallInternal( in gtestCallInternal() 214 return gtestCallInternal(MacroType::On, MockObject, MockMethodName, Args); in gtestOnCall() 219 return gtestCallInternal(MacroType::On, MockCall, Args); in gtestOnCall() 225 return gtestCallInternal(MacroType::Expect, MockObject, MockMethodName, Args); in gtestExpectCall() 230 return gtestCallInternal(MacroType::Expect, MockCall, Args); in gtestExpectCall()
|