Searched refs:gtestCallInternal (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 146 gtestCallInternal(MacroType Macro, StatementMatcher MockCall, MockArgs Args) { in gtestCallInternal() function 180 gtestCallInternal(MacroType Macro, StatementMatcher MockObject, in gtestCallInternal() function 182 return gtestCallInternal( in gtestCallInternal() 213 return gtestCallInternal(MacroType::On, MockObject, MockMethodName, Args); in gtestOnCall() 218 return gtestCallInternal(MacroType::On, MockCall, Args); in gtestOnCall() 224 return gtestCallInternal(MacroType::Expect, MockObject, MockMethodName, Args); in gtestExpectCall() 229 return gtestCallInternal(MacroType::Expect, MockCall, Args); in gtestExpectCall()
|