Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDNSSet.cpp319 … m_backend.GetClangType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID)); in GetChildAtIndex()
487 … m_backend.GetClangType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID)); in GetChildAtIndex()
HDCocoa.cpp60 …ticChildAtOffset(offset, valobj.GetClangType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), true)); in NSBundleSummaryProvider()
HDNSDictionary.cpp71 … ClangASTType id_clang_type = target_ast_context->GetBasicType (eBasicTypeObjCID); in GetLLDBNSPairType()
/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h592 eBasicTypeObjCID, enumerator
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp658 g_type_map.Append(ConstString("id").GetCString(), eBasicTypeObjCID); in GetBasicTypeEnumeration()
787 case eBasicTypeObjCID: in GetBasicType()
HDClangASTType.cpp2284 case clang::BuiltinType::ObjCId: return eBasicTypeObjCID; in GetBasicTypeEnumeration()
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp5848 clang_type = ast.GetBasicType(eBasicTypeObjCID); in ParseType()
5896 clang_type = ast.GetBasicType(eBasicTypeObjCID); in ParseType()