Represents a general way to provide a type name to LLDB APIs.
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | __init__(self,
        *args) __init__(lldb::SBTypeNameSpecifier self) -> SBTypeNameSpecifier 
      __init__(lldb::SBTypeNameSpecifier self, str const * name, bool 
      is_regex=False) -> SBTypeNameSpecifier 
      __init__(lldb::SBTypeNameSpecifier self, str const * name) -> 
      SBTypeNameSpecifier __init__(lldb::SBTypeNameSpecifier self, SBType 
      type) -> SBTypeNameSpecifier __init__(lldb::SBTypeNameSpecifier 
      self, SBTypeNameSpecifier rhs) -> SBTypeNameSpecifier
 | source code |  | 
    |  | 
        
          | __swig_destroy__(...) delete_SBTypeNameSpecifier(SBTypeNameSpecifier self)
 |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | IsValid(self) IsValid(SBTypeNameSpecifier self) -> bool
 | source code |  | 
    |  | 
        
          | IsEqualTo(self,
        *args) IsEqualTo(SBTypeNameSpecifier self, SBTypeNameSpecifier rhs) -> 
      bool
 | source code |  | 
    |  | 
        
          | GetName(self) GetName(SBTypeNameSpecifier self) -> str const *
 | source code |  | 
    |  | 
        
          | GetType(self) GetType(SBTypeNameSpecifier self) -> SBType
 | source code |  | 
    |  | 
        
          | IsRegex(self) IsRegex(SBTypeNameSpecifier self) -> bool
 | source code |  | 
    |  | 
        
          | GetDescription(self,
        *args) GetDescription(SBTypeNameSpecifier self, SBStream description, 
      lldb::DescriptionLevel description_level) -> bool
 | source code |  | 
    |  |  | 
    |  |  | 
    |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__sizeof__,__subclasshook__ |