Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2703 if (objc_class_type) { in GetCompleteQualType()
3420 if (objc_class_type) { in IsDefined()
5324 if (objc_class_type) { in GetNumChildren()
5554 if (objc_class_type) { in GetNumFields()
5708 if (objc_class_type) { in GetFieldAtIndex()
5749 if (objc_class_type) { in GetNumDirectBaseClasses()
5849 if (objc_class_type) { in GetDirectBaseClassAtIndex()
6240 if (objc_class_type) { in GetChildCompilerTypeAtIndex()
7253 if (objc_class_type) in GetAsObjCInterfaceDecl()
8195 if (objc_class_type) { in SetHasExternalStorage()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp388 const clang::ObjCObjectType *objc_class_type = in CanImport() local
390 if (objc_class_type) { in CanImport()
392 objc_class_type->getInterface(); in CanImport()
462 const clang::ObjCObjectType *objc_class_type = in Import() local
464 if (objc_class_type) { in Import()
466 objc_class_type->getInterface(); in Import()