Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h824 eBasicTypeObjCSel, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig602 if basic_type == eBasicTypeObjCSel: return (False,False)
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1045 .. py:data:: eBasicTypeObjCSel
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp913 {"SEL", eBasicTypeObjCSel}, in GetBasicTypeEnumeration()
2111 case eBasicTypeObjCSel: in GetOpaqueCompilerType()
5475 return eBasicTypeObjCSel; in GetBasicTypeEnumeration()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp754 clang_type = m_ast.GetBasicType(eBasicTypeObjCSel); in ParseTypeModifier()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78325 {SWIG_LUA_CONSTTAB_INT("eBasicTypeObjCSel", lldb::eBasicTypeObjCSel)},