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

Declarations

tools/lldb/include/lldb/API/SBTypeNameSpecifier.h
   37   bool IsRegex();

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
71215     result = (bool)(arg1)->IsRegex();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBTypeCategory.cpp
  201   if (spec.IsRegex())
  228   if (spec.IsRegex())
  253   if (spec.IsRegex())
  278   if (spec.IsRegex())
  365   if (type_name.IsRegex())
  387   if (type_name.IsRegex())
  444   if (type_name.IsRegex())
  466   if (type_name.IsRegex())
  489   if (type_name.IsRegex())
  511   if (type_name.IsRegex())
  568   if (type_name.IsRegex())
  590   if (type_name.IsRegex())
tools/lldb/source/API/SBTypeNameSpecifier.cpp
   81   LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeNameSpecifier, IsRegex);
   98                      IsRegex() ? "regex" : "plain");
  130   if (IsRegex() != rhs.IsRegex())
  130   if (IsRegex() != rhs.IsRegex())
  174   LLDB_REGISTER_METHOD(bool, SBTypeNameSpecifier, IsRegex, ());