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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86611   SWIG_Python_SetConstant(d, "eBasicTypeObjCID",SWIG_From_int(static_cast< int >(lldb::eBasicTypeObjCID)));
tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
   72         valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID),
tools/lldb/source/Plugins/Language/ObjC/NSArray.cpp
  785             lldb::eBasicTypeObjCID));
tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
   85             target_ast_context->GetBasicType(eBasicTypeObjCID);
tools/lldb/source/Plugins/Language/ObjC/NSError.cpp
  160             lldb::eBasicTypeObjCID));
tools/lldb/source/Plugins/Language/ObjC/NSSet.cpp
  499             lldb::eBasicTypeObjCID));
  666             lldb::eBasicTypeObjCID));
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  115     CompilerType opaque_type = ast_context->GetBasicType(eBasicTypeObjCID);
  499           lldb::eBasicTypeObjCID);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  570             clang_type = m_ast.GetBasicType(eBasicTypeObjCID);
  615                 clang_type = m_ast.GetBasicType(eBasicTypeObjCID);
tools/lldb/source/Symbol/ClangASTContext.cpp
  979       g_type_map.Append(ConstString("id"), eBasicTypeObjCID);
 2008   case eBasicTypeObjCID:
 5772         return eBasicTypeObjCID;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   95   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeObjCID),
  167   EXPECT_EQ(GetBasicQualType(eBasicTypeObjCID), GetBasicQualType("id"));