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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86607   SWIG_Python_SetConstant(d, "eBasicTypeLongDouble",SWIG_From_int(static_cast< int >(lldb::eBasicTypeLongDouble)));
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  715     return lldb::eBasicTypeLongDouble;
tools/lldb/source/Symbol/ClangASTContext.cpp
  978       g_type_map.Append(ConstString("long double"), eBasicTypeLongDouble);
 2000   case eBasicTypeLongDouble:
 5767         return eBasicTypeLongDouble;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   84   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeLongDouble),
  165   EXPECT_EQ(GetBasicQualType(eBasicTypeLongDouble),