Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DNSNotification.py34 ).GetBasicType(lldb.eBasicTypeObjCID)
H A DNSException.py33 ).GetBasicType(lldb.eBasicTypeObjCID)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp541 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
662 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
821 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
H A DNSError.cpp165 scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
H A DNSArray.cpp782 CompilerType id_type(scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in GetChildAtIndex()
H A DCocoa.cpp73 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), in NSBundleSummaryProvider()
H A DNSDictionary.cpp87 scratch_ts_sp->GetBasicType(eBasicTypeObjCID); in GetLLDBNSPairType()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h784 eBasicTypeObjCID, enumerator
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig587 if basic_type == eBasicTypeObjCID: return (False,False)
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp680 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
724 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1041 .. py:data:: eBasicTypeObjCID
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp913 g_type_map.Append(ConstString("id"), eBasicTypeObjCID); in GetBasicTypeEnumeration()
2100 case eBasicTypeObjCID: in GetOpaqueCompilerType()
5591 return eBasicTypeObjCID; in GetBasicTypeEnumeration()