Home
last modified time | relevance | path

Searched refs:eBasicTypeObjCSel (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h785 eBasicTypeObjCSel, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1125 g_type_map.Append(ConstString("SEL"), eBasicTypeObjCSel); in GetBasicTypeEnumeration()
2105 case eBasicTypeObjCSel: in GetOpaqueCompilerType()
5807 return eBasicTypeObjCSel; in GetBasicTypeEnumeration()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp493 clang_type = m_ast.GetBasicType(eBasicTypeObjCSel); in ParseTypeFromDWARF()