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
  169   return Expect != nullptr && Expect->getLocation().isMacroID() &&
  169   return Expect != nullptr && Expect->getLocation().isMacroID() &&
  170          Expect->getNameInfo().getName().isIdentifier() &&
  171          Expect->getName().startswith("gmock_");