Home
last modified time | relevance | path

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

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