Home
last modified time | relevance | path

Searched refs:m_full (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.h31 : m_full(), m_class(), m_category(), m_selector(), in MethodName()
35 : m_full(), m_class(), m_category(), m_selector(), in MethodName()
40 : m_full(), m_class(), m_category(), m_selector(), in MethodName()
54 return (bool)m_full; in IsValid()
61 ConstString GetFullName() const { return m_full; } in GetFullName()
78 m_full; // Full name: "+[NSString(my_additions) myStringWithCString:]"
DObjCLanguage.cpp76 m_full.Clear(); in Clear()
113 m_full.SetString(name); in SetName()
126 const char *full = m_full.GetCString(); in GetClassName()
152 const char *full = m_full.GetCString(); in GetClassNameWithCategory()
175 const char *full = m_full.GetCString(); in GetSelector()
179 m_selector.SetCStringWithLength(space_pos, m_full.GetLength() - in GetSelector()
191 const char *full = m_full.GetCString(); in GetCategory()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.h31 : m_full(), m_basename(), m_context(), m_arguments(), m_qualifiers(), in MethodName()
35 : m_full(s), m_basename(), m_context(), m_arguments(), m_qualifiers(), in MethodName()
45 return (bool)m_full; in IsValid()
48 ConstString GetFullName() const { return m_full; } in GetFullName()
64 ConstString m_full; // Full name: variable
DCPlusPlusLanguage.cpp81 m_full.Clear(); in Clear()
153 llvm::StringRef full(m_full.GetCString()); in TrySimplifiedParse()
190 if (!m_parsed && m_full) { in Parse()
194 CPlusPlusNameParser parser(m_full.GetStringRef()); in Parse()
/external/guice/extensions/persist/lib/
Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...