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.cpp517 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
642 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
797 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
H A DNSError.cpp164 scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
H A DNSArray.cpp767 CompilerType id_type(scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in GetChildAtIndex()
H A DCocoa.cpp71 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.h838 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.cpp854 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
900 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.cpp874 {"id", eBasicTypeObjCID}, in GetBasicTypeEnumeration()
2078 case eBasicTypeObjCID: in GetOpaqueCompilerType()
5532 return eBasicTypeObjCID; in GetBasicTypeEnumeration()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp83014 {SWIG_LUA_CONSTTAB_INT("eBasicTypeObjCID", (lldb::eBasicTypeObjCID))},