Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.h77 if (m_is_cf == eLazyBoolCalculate) { in IsCFType()
80 m_is_cf = (LazyBool)(strcmp(class_name, "__NSCFType") == 0 || in IsCFType()
83 return (m_is_cf == eLazyBoolYes); in IsCFType()
147 LazyBool m_is_cf = eLazyBoolCalculate; variable