Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h772 eBasicTypeObjCSel, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig588 if basic_type == eBasicTypeObjCSel: return (False,False)
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1042 .. py:data:: eBasicTypeObjCSel
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp730 clang_type = m_ast.GetBasicType(eBasicTypeObjCSel); in ParseTypeModifier()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp921 g_type_map.Append(ConstString("SEL"), eBasicTypeObjCSel); in GetBasicTypeEnumeration()
2065 case eBasicTypeObjCSel: in GetOpaqueCompilerType()
5501 return eBasicTypeObjCSel; in GetBasicTypeEnumeration()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71040 {SWIG_LUA_CONSTTAB_INT("eBasicTypeObjCSel", lldb::eBasicTypeObjCSel)},