Lines Matching refs:GetCString
114 const char *full = m_full.GetCString(); in GetClassName()
140 const char *full = m_full.GetCString(); in GetClassNameWithCategory()
148 if (!m_class && strchr(m_class_category.GetCString(), '(') == nullptr) { in GetClassNameWithCategory()
163 const char *full = m_full.GetCString(); in GetSelector()
179 const char *full = m_full.GetCString(); in GetCategory()
203 strm.Printf("[%s %s]", GetClassName().GetCString(), in GetFullNameWithoutCategory()
204 GetSelector().GetCString()); in GetFullNameWithoutCategory()
219 ObjCLanguage::MethodName objc_method(method_name.GetCString(), false); in GetMethodNameVariants()
241 strm.Printf("+%s", objc_method.GetFullName().GetCString()); in GetMethodNameVariants()
246 strm.Printf("-%s", objc_method.GetFullName().GetCString()); in GetMethodNameVariants()
252 strm.Printf("+%s", name_sans_category.GetCString()); in GetMethodNameVariants()
257 strm.Printf("-%s", name_sans_category.GetCString()); in GetMethodNameVariants()
270 return ObjCLanguage::IsPossibleObjCMethodName(demangled_name.GetCString()); in SymbolNameFitsToLanguage()