Searched refs:m_full (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
| D | ObjCLanguage.h | 30 MethodName() : m_full(), m_class(), m_category(), m_selector() {} in MethodName() 33 : m_full(), m_class(), m_category(), m_selector(), in MethodName() 38 : m_full(), m_class(), m_category(), m_selector(), in MethodName() 52 return (bool)m_full; in IsValid() 59 ConstString GetFullName() const { return m_full; } in GetFullName() 76 m_full; // Full name: "+[NSString(my_additions) myStringWithCString:]"
|
| D | ObjCLanguage.cpp | 64 m_full.Clear(); in Clear() 101 m_full.SetString(name); in SetName() 114 const char *full = m_full.GetCString(); in GetClassName() 140 const char *full = m_full.GetCString(); in GetClassNameWithCategory() 163 const char *full = m_full.GetCString(); in GetSelector() 167 m_selector.SetCStringWithLength(space_pos, m_full.GetLength() - in GetSelector() 179 const char *full = m_full.GetCString(); in GetCategory()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| D | CPlusPlusLanguage.h | 31 : m_full(), m_basename(), m_context(), m_arguments(), m_qualifiers() {} in MethodName() 34 : m_full(s), m_basename(), m_context(), m_arguments(), m_qualifiers(), in MethodName() 44 return (bool)m_full; in IsValid() 47 ConstString GetFullName() const { return m_full; } in GetFullName() 86 ConstString m_full; // Full name: variable
|
| D | CPlusPlusLanguage.cpp | 109 m_full.Clear(); in Clear() 216 llvm::StringRef full(m_full.GetCString()); in TrySimplifiedParse() 254 if (!m_parsed && m_full) { in Parse() 258 CPlusPlusNameParser parser(m_full.GetStringRef()); in Parse() 334 return m_full.GetStringRef().contains(path); in ContainsPath() 344 return m_full.GetStringRef().contains(path); in ContainsPath()
|