Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp161 } else if (const ObjCObjectType *objc_object_type = in AddTypeDecl() local
H A DClangASTImporter.cpp653 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { in CompleteAndFetchChildren() local
697 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { in RequireCompleteType() local
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.h320 #define objc_object_type objc_global_trees[OCTI_ID_TYPE] macro
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3598 if (const auto *objc_object_type = in IsPossibleDynamicType() local