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.cpp2669 const clang::ObjCObjectType *objc_class_type = in GetCompleteObjCObjectType() local
2673 objc_class_type->getInterface(); in GetCompleteObjCObjectType()
2677 return objc_class_type; in GetCompleteObjCObjectType()
2681 return objc_class_type; in GetCompleteObjCObjectType()
2696 return objc_class_type; in GetCompleteObjCObjectType()
3455 const clang::ObjCObjectType *objc_class_type = in IsDefined() local
3457 if (objc_class_type) { in IsDefined()
3459 objc_class_type->getInterface(); in IsDefined()
4382 const clang::ObjCObjectPointerType *objc_class_type = in GetNumMemberFunctions() local
4385 objc_class_type->getInterfaceType(); in GetNumMemberFunctions()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp391 const clang::ObjCObjectType *objc_class_type = in CanImport() local
393 if (objc_class_type) { in CanImport()
395 objc_class_type->getInterface(); in CanImport()
465 const clang::ObjCObjectType *objc_class_type = in Import() local
467 if (objc_class_type) { in Import()
469 objc_class_type->getInterface(); in Import()