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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86595   SWIG_Python_SetConstant(d, "eBasicTypeInt",SWIG_From_int(static_cast< int >(lldb::eBasicTypeInt)));
tools/lldb/source/DataFormatters/VectorType.cpp
   58     return type_system->GetBasicTypeFromAST(lldb::eBasicTypeInt);
tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
   70         clang_ast_context->GetBasicType(lldb::eBasicTypeInt);
   73         clang_ast_context->GetBasicType(lldb::eBasicTypeInt);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  707           enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  728     return lldb::eBasicTypeInt;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  502         builtin_type = m_ast.GetBasicType(eBasicTypeInt);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
  276   CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
  279   CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
  280   CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  282   CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt);
tools/lldb/source/Symbol/ClangASTContext.cpp
  950       g_type_map.Append(ConstString("int"), eBasicTypeInt);
  951       g_type_map.Append(ConstString("signed int"), eBasicTypeInt);
 1976   case eBasicTypeInt:
 5744         return eBasicTypeInt;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   79       context->hasSameType(GetBasicQualType(eBasicTypeInt), context->IntTy));
  138   EXPECT_EQ(GetBasicQualType(eBasicTypeInt), GetBasicQualType("int"));
  139   EXPECT_EQ(GetBasicQualType(eBasicTypeInt), GetBasicQualType("signed int"));
  321       ClangASTContext::GetBasicType(m_ast->getASTContext(), eBasicTypeInt);