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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86606   SWIG_Python_SetConstant(d, "eBasicTypeDouble",SWIG_From_int(static_cast< int >(lldb::eBasicTypeDouble)));
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  717     return lldb::eBasicTypeDouble;
tools/lldb/source/Symbol/ClangASTContext.cpp
  977       g_type_map.Append(ConstString("double"), eBasicTypeDouble);
 1998   case eBasicTypeDouble:
 5765         return eBasicTypeDouble;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   68   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeDouble),
  164   EXPECT_EQ(GetBasicQualType(eBasicTypeDouble), GetBasicQualType("double"));