Home
last modified time | relevance | path

Searched refs:eBasicTypeObjCClass (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp69 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass); in BlockPointerSyntheticFrontEnd()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h780 eBasicTypeObjCClass, enumerator
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig588 if basic_type == eBasicTypeObjCClass: return (False,False)
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp87 EXPECT_TRUE(context.hasSameType(GetBasicQualType(eBasicTypeObjCClass), in TEST_F()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1042 .. py:data:: eBasicTypeObjCClass
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp705 clang_type = m_ast.GetBasicType(eBasicTypeObjCClass); in ParseTypeModifier()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2069 case eBasicTypeObjCClass: in GetOpaqueCompilerType()
5540 return eBasicTypeObjCClass; in GetBasicTypeEnumeration()