Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DNSNotification.py34 ).GetBasicType(lldb.eBasicTypeObjCID)
H A DNSException.py33 ).GetBasicType(lldb.eBasicTypeObjCID)
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp541 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
662 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
823 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
H A DNSError.cpp160 ->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
H A DNSArray.cpp785 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCID)); in GetChildAtIndex()
H A DCocoa.cpp73 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), in NSBundleSummaryProvider()
H A DNSDictionary.cpp88 target_ast_context->GetBasicType(eBasicTypeObjCID); in GetLLDBNSPairType()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp131 CompilerType opaque_type = ast_context->GetBasicType(eBasicTypeObjCID); in GetObjectDescription()
529 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCID); in GetBacktraceThreadFromException()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h779 eBasicTypeObjCID, enumerator
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp89 EXPECT_TRUE(context.hasSameType(GetBasicQualType(eBasicTypeObjCID), in TEST_F()
161 EXPECT_EQ(GetBasicQualType(eBasicTypeObjCID), GetBasicQualType("id")); in TEST_F()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig587 if basic_type == eBasicTypeObjCID: return (False,False)
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp694 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
738 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1041 .. py:data:: eBasicTypeObjCID
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp910 g_type_map.Append(ConstString("id"), eBasicTypeObjCID); in GetBasicTypeEnumeration()
2067 case eBasicTypeObjCID: in GetOpaqueCompilerType()
5538 return eBasicTypeObjCID; in GetBasicTypeEnumeration()