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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86585   SWIG_Python_SetConstant(d, "eBasicTypeChar",SWIG_From_int(static_cast< int >(lldb::eBasicTypeChar)));
tools/lldb/source/DataFormatters/VectorType.cpp
   43     return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar);
   49     return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar)
   70     return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar);
tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
 1059                             .GetBasicTypeFromAST(eBasicTypeChar)
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  714         = ast->GetBasicType(eBasicTypeChar).GetPointerType();
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  699     return lldb::eBasicTypeChar;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  118     return clang_ast.GetBasicType(eBasicTypeChar);
tools/lldb/source/Symbol/ClangASTContext.cpp
  935       g_type_map.Append(ConstString("char"), eBasicTypeChar);
 1956   case eBasicTypeChar:
tools/lldb/source/Target/StackFrame.cpp
 1377                   ->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar)
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   63       context->hasSameType(GetBasicQualType(eBasicTypeChar), context->CharTy));
  122   EXPECT_EQ(GetBasicQualType(eBasicTypeChar), GetBasicQualType("char"));