HomeSort by relevance Sort by last modified time
    Searched refs:IsRegex (Results 1 - 6 of 6) sorted by null

  /external/lldb/scripts/Python/interface/
SBTypeNameSpecifier.i 44 IsRegex();
60 __swig_getmethods__["is_regex"] = IsRegex
61 if _newclass: is_regex = property(IsRegex, None)
  /external/lldb/source/API/
SBTypeNameSpecifier.cpp 77 SBTypeNameSpecifier::IsRegex ()
82 return m_opaque_sp->IsRegex();
91 description.Printf("SBTypeNameSpecifier(%s,%s)", GetName(), IsRegex() ? "regex" : "plain");
119 if (IsRegex() != rhs.IsRegex())
SBTypeCategory.cpp 164 if (spec.IsRegex())
186 if (spec.IsRegex())
204 if (spec.IsRegex())
228 if (spec.IsRegex())
307 if (type_name.IsRegex())
324 if (type_name.IsRegex())
378 if (type_name.IsRegex())
396 if (type_name.IsRegex())
415 if (type_name.IsRegex())
432 if (type_name.IsRegex())
    [all...]
  /external/lldb/include/lldb/API/
SBTypeNameSpecifier.h 42 IsRegex();
  /external/lldb/include/lldb/DataFormatters/
FormatClasses.h 104 IsRegex()
  /external/lldb/source/DataFormatters/
TypeCategory.cpp 275 if (type_sp->IsRegex())
291 if (type_sp->IsRegex())
308 if (type_sp->IsRegex())

Completed in 1002 milliseconds