Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp77 if (descriptor->IsCFType()) { in CFBagSummaryProvider()
141 if (descriptor->IsCFType()) { in CFBitVectorSummaryProvider()
266 if (descriptor->IsCFType()) { in CFBinaryHeapSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h289 bool IsCFType() override { in IsCFType() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h78 virtual bool IsCFType() { in IsCFType() function