Home
last modified time | relevance | path

Searched refs:objc_class_type (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2769 const clang::ObjCObjectType *objc_class_type = in GetCompleteQualType() local
2771 if (objc_class_type) { in GetCompleteQualType()
2773 objc_class_type->getInterface(); in GetCompleteQualType()
2789 return !objc_class_type->isIncompleteType(); in GetCompleteQualType()
3500 const clang::ObjCObjectType *objc_class_type = in IsDefined() local
3502 if (objc_class_type) { in IsDefined()
3504 objc_class_type->getInterface(); in IsDefined()
4413 const clang::ObjCObjectPointerType *objc_class_type = in GetNumMemberFunctions() local
4416 objc_class_type->getInterfaceType(); in GetNumMemberFunctions()
4433 const clang::ObjCObjectType *objc_class_type = in GetNumMemberFunctions() local
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp388 const clang::ObjCObjectType *objc_class_type = in CanImport() local
390 if (objc_class_type) { in CanImport()
392 objc_class_type->getInterface(); in CanImport()
462 const clang::ObjCObjectType *objc_class_type = in Import() local
464 if (objc_class_type) { in Import()
466 objc_class_type->getInterface(); in Import()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.h321 #define objc_class_type objc_global_trees[OCTI_CLS_TYPE] macro
334 == TREE_TYPE (objc_class_type)))
H A Dobjc-act.c1544 objc_class_type = build_pointer_type (objc_class_reference); in synth_module_prologue()
1557 objc_class_type)); in synth_module_prologue()
2677 decl = start_var_decl (objc_class_type, buf); in build_class_reference_decl()
8728 (build_c_cast (build_pointer_type (objc_class_type), in get_super_receiver()
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h272 #define objc_class_type objc_global_trees[OCTI_CLS_TYPE] macro
H A Dobjc-act.c1122 objc_class_type = build_pointer_type (xref_tag (RECORD_TYPE, objc_class_id)); in synth_module_prologue()
2206 decl = build_decl (VAR_DECL, ident, objc_class_type); in build_class_reference_decl()
4815 && TREE_TYPE (receiver) == objc_class_type)
4944 && ! comptypes (rtype, objc_class_type))