Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DObjCLanguageRuntime.h152 m_is_cf (eLazyBoolCalculate), in ClassDescriptor()
187 if (m_is_cf == eLazyBoolCalculate) in IsCFType()
191 m_is_cf = (LazyBool)(strcmp(class_name,"__NSCFType") == 0 || in IsCFType()
194 return (m_is_cf == eLazyBoolYes); in IsCFType()
251 LazyBool m_is_cf; variable