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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86603   SWIG_Python_SetConstant(d, "eBasicTypeBool",SWIG_From_int(static_cast< int >(lldb::eBasicTypeBool)));
tools/lldb/source/DataFormatters/VectorType.cpp
   36     return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool);
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  256              {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)},
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp
   50   m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool);
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
  308          {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)},
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
  180         valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  694     return lldb::eBasicTypeBool;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  120     return clang_ast.GetBasicType(eBasicTypeBool);
tools/lldb/source/Symbol/ClangASTContext.cpp
  975       g_type_map.Append(ConstString("bool"), eBasicTypeBool);
 1992   case eBasicTypeBool:
 5722         return eBasicTypeBool;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   61       context->hasSameType(GetBasicQualType(eBasicTypeBool), context->BoolTy));
  162   EXPECT_EQ(GetBasicQualType(eBasicTypeBool), GetBasicQualType("bool"));
  237       ClangASTContext::GetOpaqueCompilerType(context, lldb::eBasicTypeBool);