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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86599   SWIG_Python_SetConstant(d, "eBasicTypeLongLong",SWIG_From_int(static_cast< int >(lldb::eBasicTypeLongLong)));
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  726     return lldb::eBasicTypeLongLong;
tools/lldb/source/Symbol/ClangASTContext.cpp
  963       g_type_map.Append(ConstString("long long"), eBasicTypeLongLong);
  964       g_type_map.Append(ConstString("long long int"), eBasicTypeLongLong);
 1984   case eBasicTypeLongLong:
 5752         return eBasicTypeLongLong;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   89   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeLongLong),
  150   EXPECT_EQ(GetBasicQualType(eBasicTypeLongLong),
  152   EXPECT_EQ(GetBasicQualType(eBasicTypeLongLong),