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

References

gen/tools/lldb/source/Target/TargetProperties.inc
  104   {"step-avoid-regexp", OptionValue::eTypeRegex, true, 0, "^std::", {}, "A regular expression defining functions step-in won't stop in."},
tools/lldb/include/lldb/Interpreter/OptionValue.h
  155     case 1u << eTypeRegex:
  156       return eTypeRegex;
tools/lldb/include/lldb/Interpreter/OptionValueRegex.h
   26   OptionValue::Type GetType() const override { return eTypeRegex; }
tools/lldb/source/Core/Disassembler.cpp
  362       if (value_sp && value_sp->GetType() == OptionValue::eTypeRegex) {
tools/lldb/source/Interpreter/OptionValue.cpp
  214   if (GetType() == OptionValue::eTypeRegex)
  220   if (GetType() == OptionValue::eTypeRegex)
  487   case eTypeRegex:
tools/lldb/source/Interpreter/Property.cpp
  165   case OptionValue::eTypeRegex: