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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86600   SWIG_Python_SetConstant(d, "eBasicTypeUnsignedLongLong",SWIG_From_int(static_cast< int >(lldb::eBasicTypeUnsignedLongLong)));
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  736     return lldb::eBasicTypeUnsignedLongLong;
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
  282       clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
  285       clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
  290       clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  288       clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong);
tools/lldb/source/Symbol/ClangASTContext.cpp
  966                         eBasicTypeUnsignedLongLong);
  968                         eBasicTypeUnsignedLongLong);
 1986   case eBasicTypeUnsignedLongLong:
 5754         return eBasicTypeUnsignedLongLong;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  111   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeUnsignedLongLong),
  154   EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedLongLong),
  156   EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedLongLong),