Home
last modified time | relevance | path

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

/external/llvm-project/lldb/examples/summaries/cocoa/
DNSNotification.py34 ).GetBasicType(lldb.eBasicTypeObjCID)
DNSException.py33 ).GetBasicType(lldb.eBasicTypeObjCID)
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSSet.cpp548 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
669 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
837 lldb::eBasicTypeObjCID)); in GetChildAtIndex()
DNSError.cpp160 ->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
DNSArray.cpp764 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCID)); in GetChildAtIndex()
DCocoa.cpp72 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), in NSBundleSummaryProvider()
DNSDictionary.cpp88 target_ast_context->GetBasicType(eBasicTypeObjCID); in GetLLDBNSPairType()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp130 CompilerType opaque_type = ast_context->GetBasicType(eBasicTypeObjCID); in GetObjectDescription()
533 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCID); in GetBacktraceThreadFromException()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp86 EXPECT_TRUE(context.hasSameType(GetBasicQualType(eBasicTypeObjCID), in TEST_F()
158 EXPECT_EQ(GetBasicQualType(eBasicTypeObjCID), GetBasicQualType("id")); in TEST_F()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h765 eBasicTypeObjCID, enumerator
/external/llvm-project/lldb/bindings/python/
Dpython-extensions.swig585 if basic_type == eBasicTypeObjCID: return (False,False)
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp709 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
753 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp919 g_type_map.Append(ConstString("id"), eBasicTypeObjCID); in GetBasicTypeEnumeration()
1955 case eBasicTypeObjCID: in GetOpaqueCompilerType()
5370 return eBasicTypeObjCID; in GetBasicTypeEnumeration()