Home
last modified time | relevance | path

Searched refs:eBasicTypeObjCID (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp537 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
658 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
817 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
H A DNSError.cpp164 scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
H A DNSArray.cpp778 CompilerType id_type(scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in GetChildAtIndex()
H A DCocoa.cpp72 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), in NSBundleSummaryProvider()
H A DNSDictionary.cpp87 scratch_ts_sp->GetBasicType(eBasicTypeObjCID); in GetLLDBNSPairType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp131 CompilerType opaque_type = scratch_ts_sp->GetBasicType(eBasicTypeObjCID); in GetObjectDescription()
529 CompilerType objc_id = scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID); in GetBacktraceThreadFromException()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h822 eBasicTypeObjCID, enumerator
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig600 if basic_type == eBasicTypeObjCID: return (False,False)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp732 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
776 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1043 .. py:data:: eBasicTypeObjCID
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp912 {"id", eBasicTypeObjCID}, in GetBasicTypeEnumeration()
2107 case eBasicTypeObjCID: in GetOpaqueCompilerType()
5471 return eBasicTypeObjCID; in GetBasicTypeEnumeration()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78323 {SWIG_LUA_CONSTTAB_INT("eBasicTypeObjCID", lldb::eBasicTypeObjCID)},