reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86613   SWIG_Python_SetConstant(d, "eBasicTypeObjCSel",SWIG_From_int(static_cast< int >(lldb::eBasicTypeObjCSel)));
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  593             clang_type = m_ast.GetBasicType(eBasicTypeObjCSel);
tools/lldb/source/Symbol/ClangASTContext.cpp
  980       g_type_map.Append(ConstString("SEL"), eBasicTypeObjCSel);
 2012   case eBasicTypeObjCSel:
 5776         return eBasicTypeObjCSel;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   97   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeObjCSel),
  168   EXPECT_EQ(GetBasicQualType(eBasicTypeObjCSel), GetBasicQualType("SEL"));