Home
last modified time | relevance | path

Searched refs:objc_object_type (Results 1 – 6 of 6) 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
163 ObjCInterfaceDecl *interface_decl = objc_object_type->getInterface(); in AddTypeDecl()
H A DClangASTImporter.cpp653 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { in CompleteAndFetchChildren() local
655 objc_object_type->getInterface()) { in CompleteAndFetchChildren()
697 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { in RequireCompleteType() local
699 objc_object_type->getInterface()) in RequireCompleteType()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c1356 tree type = (interface ? objc_is_id (interface) : objc_object_type); in objc_get_protocol_qualified_type()
1543 objc_object_type = build_pointer_type (objc_object_reference); in synth_module_prologue()
1553 objc_object_type)); in synth_module_prologue()
1615 = build_function_type (objc_object_type, in synth_module_prologue()
1616 tree_cons (NULL_TREE, objc_object_type, in synth_module_prologue()
1659 = build_function_type (objc_object_type, in synth_module_prologue()
1679 (build_function_type (objc_object_type, in synth_module_prologue()
1680 tree_cons (NULL_TREE, objc_object_type, in synth_module_prologue()
1687 tree_cons (NULL_TREE, objc_object_type, in synth_module_prologue()
1721 type = build_function_type (objc_object_type, in synth_module_prologue()
[all …]
H A Dobjc-act.h320 #define objc_object_type objc_global_trees[OCTI_ID_TYPE] macro
330 == TREE_TYPE (objc_object_type)))
H A DChangeLog736 objc_object_type instead of objc_id_type.
740 use objc_object_type instead of objc_id_type.
852 objc_object_type and objc_object_name, respectively.
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3598 if (const auto *objc_object_type = in IsPossibleDynamicType() local
3601 if (objc_object_type->isObjCClass()) in IsPossibleDynamicType()