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

  /external/lldb/include/lldb/DataFormatters/
FormatClasses.h 104 IsRegex()
  /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())

Completed in 168 milliseconds