Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h781 eBasicTypeObjCSel, enumerator
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp91 EXPECT_TRUE(context.hasSameType(GetBasicQualType(eBasicTypeObjCSel), in TEST_F()
162 EXPECT_EQ(GetBasicQualType(eBasicTypeObjCSel), GetBasicQualType("SEL")); in TEST_F()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig589 if basic_type == eBasicTypeObjCSel: return (False,False)
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1043 .. py:data:: eBasicTypeObjCSel
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp716 clang_type = m_ast.GetBasicType(eBasicTypeObjCSel); in ParseTypeModifier()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp911 g_type_map.Append(ConstString("SEL"), eBasicTypeObjCSel); in GetBasicTypeEnumeration()
2071 case eBasicTypeObjCSel: in GetOpaqueCompilerType()
5542 return eBasicTypeObjCSel; in GetBasicTypeEnumeration()