Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp126 if (type_sp->IsCompleteObjCClass()) { in LookupInCompleteClassCache()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h207 bool IsCompleteObjCClass() { return m_flags.is_complete_objc_class; } in IsCompleteObjCClass() function