Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDNSError.cpp164 scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
HDNSSet.cpp539 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
663 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
822 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
HDNSArray.cpp780 CompilerType id_type(scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in GetChildAtIndex()
HDCocoa.cpp72 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), in NSBundleSummaryProvider()
HDNSDictionary.cpp87 scratch_ts_sp->GetBasicType(eBasicTypeObjCID); in GetLLDBNSPairType()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntime.cpp134 CompilerType opaque_type = scratch_ts_sp->GetBasicType(eBasicTypeObjCID); in GetObjectDescription()
535 CompilerType objc_id = scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID); in GetBacktraceThreadFromException()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h825 eBasicTypeObjCID, enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-extensions.swig600 if basic_type == eBasicTypeObjCID: return (False,False)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp760 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
806 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
/freebsd-13-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst1043 .. py:data:: eBasicTypeObjCID
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp854 {"id", eBasicTypeObjCID}, in GetBasicTypeEnumeration()
2059 case eBasicTypeObjCID: in GetOpaqueCompilerType()
5558 return eBasicTypeObjCID; in GetBasicTypeEnumeration()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81610 {SWIG_LUA_CONSTTAB_INT("eBasicTypeObjCID", (lldb::eBasicTypeObjCID))},