Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2719 if (objc_class_type) { in GetCompleteQualType()
3439 if (objc_class_type) { in IsDefined()
5352 if (objc_class_type) { in GetNumChildren()
5585 if (objc_class_type) { in GetNumFields()
5738 if (objc_class_type) { in GetFieldAtIndex()
5778 if (objc_class_type) { in GetNumDirectBaseClasses()
5878 if (objc_class_type) { in GetDirectBaseClassAtIndex()
6269 if (objc_class_type) { in GetChildCompilerTypeAtIndex()
7227 if (objc_class_type) in GetAsObjCInterfaceDecl()
8146 if (objc_class_type) { in SetHasExternalStorage()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp387 const clang::ObjCObjectType *objc_class_type = in CanImport() local
389 if (objc_class_type) { in CanImport()
391 objc_class_type->getInterface(); in CanImport()
461 const clang::ObjCObjectType *objc_class_type = in Import() local
463 if (objc_class_type) { in Import()
465 objc_class_type->getInterface(); in Import()