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.cpp539 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
663 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
822 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
H A DNSError.cpp164 scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
H A DNSArray.cpp780 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.cpp134 CompilerType opaque_type = scratch_ts_sp->GetBasicType(eBasicTypeObjCID); in GetObjectDescription()
535 CompilerType objc_id = scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID); in GetBacktraceThreadFromException()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h825 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.cpp760 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
806 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.cpp854 {"id", eBasicTypeObjCID}, in GetBasicTypeEnumeration()
2059 case eBasicTypeObjCID: in GetOpaqueCompilerType()
5558 return eBasicTypeObjCID; in GetBasicTypeEnumeration()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81610 {SWIG_LUA_CONSTTAB_INT("eBasicTypeObjCID", (lldb::eBasicTypeObjCID))},