reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
  175   assert(looksLikeExpectMethod(Expect));
  189   if (looksLikeExpectMethod(Method)) {
  203     if (looksLikeExpectMethod(Next) && areMockAndExpectMethods(Method, Next))