Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2698 const clang::ObjCObjectType *objc_class_type = in GetCompleteObjCObjectType() local
2702 objc_class_type->getInterface(); in GetCompleteObjCObjectType()
2706 return objc_class_type; in GetCompleteObjCObjectType()
2710 return objc_class_type; in GetCompleteObjCObjectType()
2725 return objc_class_type; in GetCompleteObjCObjectType()
3498 const clang::ObjCObjectType *objc_class_type = in IsDefined() local
3500 if (objc_class_type) { in IsDefined()
3502 objc_class_type->getInterface(); in IsDefined()
4413 const clang::ObjCObjectPointerType *objc_class_type = in GetNumMemberFunctions() local
4416 objc_class_type->getInterfaceType(); in GetNumMemberFunctions()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp390 const clang::ObjCObjectType *objc_class_type = in CanImport() local
392 if (objc_class_type) { in CanImport()
394 objc_class_type->getInterface(); in CanImport()
464 const clang::ObjCObjectType *objc_class_type = in Import() local
466 if (objc_class_type) { in Import()
468 objc_class_type->getInterface(); in Import()