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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86584   SWIG_Python_SetConstant(d, "eBasicTypeVoid",SWIG_From_int(static_cast< int >(lldb::eBasicTypeVoid)));
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/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1729       ClangASTContext::GetBasicType(scratch_ast_context, eBasicTypeVoid)
 1733       ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid)
 2100         ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid);
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()},
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()},
tools/lldb/source/Plugins/Language/ObjC/NSError.cpp
   91                                            ->GetBasicType(lldb::eBasicTypeVoid)
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
  117       opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
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();
  954       = ast->GetBasicType(eBasicTypeVoid).GetPointerType();
tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
   90             type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid)
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  773       return_clang_type = m_ast.GetBasicType(eBasicTypeVoid);
 1818         clang_type = m_ast.GetBasicType(eBasicTypeVoid);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  748     return lldb::eBasicTypeVoid;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  116     return clang_ast.GetBasicType(eBasicTypeVoid);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
  181           type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid)
  271       clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
  182           clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
  274       clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
  196         clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
  275       clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  191           clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
  277       clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
tools/lldb/source/Symbol/ClangASTContext.cpp
  932       g_type_map.Append(ConstString("void"), eBasicTypeVoid);
 1001     if (auto size = GetBasicType(lldb::eBasicTypeVoid)
 1954   case eBasicTypeVoid:
 5720         return eBasicTypeVoid;
tools/lldb/source/Symbol/Type.cpp
  531             type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid);
tools/lldb/source/Target/Process.cpp
 6003       type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType();
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  116       context->hasSameType(GetBasicQualType(eBasicTypeVoid), context->VoidTy));
  161   EXPECT_EQ(GetBasicQualType(eBasicTypeVoid), GetBasicQualType("void"));