Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp161 } else if (const ObjCObjectType *objc_object_type = in AddTypeDecl() local
H A DClangASTImporter.cpp895 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { CompleteAndFetchChildren() local
939 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { RequireCompleteType() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3560 if (const auto *objc_object_type = IsPossibleDynamicType() local