Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp161 } else if (const ObjCObjectType *objc_object_type = in AddTypeDecl() local
163 ObjCInterfaceDecl *interface_decl = objc_object_type->getInterface(); in AddTypeDecl()
H A DClangASTImporter.cpp652 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { in CompleteAndFetchChildren() local
654 objc_object_type->getInterface()) { in CompleteAndFetchChildren()
696 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { in RequireCompleteType() local
698 objc_object_type->getInterface()) in RequireCompleteType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3535 if (const auto *objc_object_type = in IsPossibleDynamicType() local
3538 if (objc_object_type->isObjCClass()) in IsPossibleDynamicType()