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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  154   CompilerType GetBasicType(lldb::BasicType type);

References

tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
 1082               clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
  235         clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  350         clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
   67         clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass);
   70         clang_ast_context->GetBasicType(lldb::eBasicTypeInt);
   73         clang_ast_context->GetBasicType(lldb::eBasicTypeInt);
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  251               ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()},
  253               ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()},
  255               ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()},
  256              {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)},
  577                           ->GetBasicType(lldb::eBasicTypeWChar)
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
  305         {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()},
  306          {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()},
  307          {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()},
  308          {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)},
tools/lldb/source/Plugins/Language/ObjC/NSArray.cpp
  784         m_backend.GetTargetSP()->GetScratchClangASTContext()->GetBasicType(
tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
   85             target_ast_context->GetBasicType(eBasicTypeObjCID);
tools/lldb/source/Plugins/Language/ObjC/NSError.cpp
   91                                            ->GetBasicType(lldb::eBasicTypeVoid)
  159         process_sp->GetTarget().GetScratchClangASTContext()->GetBasicType(
tools/lldb/source/Plugins/Language/ObjC/NSException.cpp
   74                               ->GetBasicType(lldb::eBasicTypeVoid)
tools/lldb/source/Plugins/Language/ObjC/NSString.cpp
   44       ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType();
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  542       clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  115     CompilerType opaque_type = ast_context->GetBasicType(eBasicTypeObjCID);
  117       opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
  498       exception_sp->GetTargetSP()->GetScratchClangASTContext()->GetBasicType(
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 1328       ast->GetBasicType(eBasicTypeVoid).GetPointerType();
 1592       ast->GetBasicType(eBasicTypeVoid).GetPointerType();
 2683                                 ->GetBasicType(lldb::eBasicTypeVoid)
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
  529         clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
  807           clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
  902         clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  712       = ast->GetBasicType(eBasicTypeVoid).GetPointerType();
  714         = ast->GetBasicType(eBasicTypeChar).GetPointerType();
  954       = ast->GetBasicType(eBasicTypeVoid).GetPointerType();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  480         clang_type = m_ast.GetBasicType(eBasicTypeNullPtr);
  570             clang_type = m_ast.GetBasicType(eBasicTypeObjCID);
  582             clang_type = m_ast.GetBasicType(eBasicTypeObjCClass);
  593             clang_type = m_ast.GetBasicType(eBasicTypeObjCSel);
  615                 clang_type = m_ast.GetBasicType(eBasicTypeObjCID);
  707           enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt);
  773       return_clang_type = m_ast.GetBasicType(eBasicTypeVoid);
 1818         clang_type = m_ast.GetBasicType(eBasicTypeVoid);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  895   CompilerType ct = m_clang.GetBasicType(type);
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  116     return clang_ast.GetBasicType(eBasicTypeVoid);
  118     return clang_ast.GetBasicType(eBasicTypeChar);
  120     return clang_ast.GetBasicType(eBasicTypeBool);
  502         builtin_type = m_ast.GetBasicType(eBasicTypeInt);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
  271       clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
  276   CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt);
  282       clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
  182           clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
  274       clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
  279   CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt);
  285       clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
  196         clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
  275       clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
  280   CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt);
  290       clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  191           clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
  277       clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
  282   CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt);
  288       clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong);
tools/lldb/source/Symbol/ClangASTContext.cpp
 1001     if (auto size = GetBasicType(lldb::eBasicTypeVoid)
 5709   return GetBasicType(GetBasicTypeEnumeration(name));