Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp74 if (descriptor->IsCFType()) { in CFBagSummaryProvider()
132 if (descriptor->IsCFType()) { in CFBitVectorSummaryProvider()
253 if (descriptor->IsCFType()) { in CFBinaryHeapSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h337 bool IsCFType() override { in IsCFType()
336 bool IsCFType() override { IsCFType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h80 virtual bool IsCFType() { in IsCFType() function