Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp639 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { in CompleteAndFetchChildren() local
641 objc_object_type->getInterface()) { in CompleteAndFetchChildren()
678 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { in RequireCompleteType() local
680 objc_object_type->getInterface()) in RequireCompleteType()
H A DClangASTContext.cpp3762 if (auto objc_object_type = in IsPossibleDynamicType() local
3765 if (objc_object_type->isObjCClass()) in IsPossibleDynamicType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp2190 } else if (const ObjCObjectType *objc_object_type = in AddTypeDecl() local
2192 ObjCInterfaceDecl *interface_decl = objc_object_type->getInterface(); in AddTypeDecl()