Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp542 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
663 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
825 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
H A DNSError.cpp160 ->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
H A DNSArray.cpp764 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCID)); in GetChildAtIndex()
H A DCocoa.cpp72 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), in NSBundleSummaryProvider()
H A DNSDictionary.cpp88 target_ast_context->GetBasicType(eBasicTypeObjCID); in GetLLDBNSPairType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp130 CompilerType opaque_type = ast_context->GetBasicType(eBasicTypeObjCID); in GetObjectDescription()
528 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCID); in GetBacktraceThreadFromException()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h770 eBasicTypeObjCID, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig586 if basic_type == eBasicTypeObjCID: return (False,False)
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp708 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
752 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1040 .. py:data:: eBasicTypeObjCID
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp920 g_type_map.Append(ConstString("id"), eBasicTypeObjCID); in GetBasicTypeEnumeration()
2061 case eBasicTypeObjCID: in GetOpaqueCompilerType()
5497 return eBasicTypeObjCID; in GetBasicTypeEnumeration()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71038 {SWIG_LUA_CONSTTAB_INT("eBasicTypeObjCID", lldb::eBasicTypeObjCID)},