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.h827 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.cpp855 {"SEL", eBasicTypeObjCSel}, in GetBasicTypeEnumeration()
2063 case eBasicTypeObjCSel: in GetOpaqueCompilerType()
5562 return eBasicTypeObjCSel; in GetBasicTypeEnumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp784 clang_type = m_ast.GetBasicType(eBasicTypeObjCSel); in ParseTypeModifier()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81612 {SWIG_LUA_CONSTTAB_INT("eBasicTypeObjCSel", (lldb::eBasicTypeObjCSel))},