Lines Matching refs:GetCString
113 const char *full = m_full.GetCString(); in GetClassName()
139 const char *full = m_full.GetCString(); in GetClassNameWithCategory()
147 if (!m_class && strchr(m_class_category.GetCString(), '(') == nullptr) { in GetClassNameWithCategory()
162 const char *full = m_full.GetCString(); in GetSelector()
178 const char *full = m_full.GetCString(); in GetCategory()
202 strm.Printf("[%s %s]", GetClassName().GetCString(), in GetFullNameWithoutCategory()
203 GetSelector().GetCString()); in GetFullNameWithoutCategory()
218 ObjCLanguage::MethodName objc_method(method_name.GetCString(), false); in GetMethodNameVariants()
240 strm.Printf("+%s", objc_method.GetFullName().GetCString()); in GetMethodNameVariants()
245 strm.Printf("-%s", objc_method.GetFullName().GetCString()); in GetMethodNameVariants()
251 strm.Printf("+%s", name_sans_category.GetCString()); in GetMethodNameVariants()
256 strm.Printf("-%s", name_sans_category.GetCString()); in GetMethodNameVariants()
269 return ObjCLanguage::IsPossibleObjCMethodName(demangled_name.GetCString()); in SymbolNameFitsToLanguage()