Home
last modified time | relevance | path

Searched refs:eBasicTypeVoid (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDInferiorCallPOSIX.cpp96 …ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(… in InferiorCallMmap()
238 …ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(… in InferiorCall()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectArgs.cpp220 clang_type = ast_context.GetBasicType(eBasicTypeVoid).GetPointerType(); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h652 eBasicTypeVoid = 1, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionDeclMap.cpp1827 …TypeFromUser user_type (ClangASTContext::GetBasicType(scratch_ast_context, eBasicTypeVoid).GetPoin… in AddOneGenericVariable()
1828 …TypeFromParser parser_type (ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid).GetPointe… in AddOneGenericVariable()
2122 ClangASTType void_clang_type = ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid); in CopyClassType()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp644 g_type_map.Append(ConstString("void").GetCString(), eBasicTypeVoid); in GetBasicTypeEnumeration()
712 … m_pointer_byte_size = GetBasicType(lldb::eBasicTypeVoid).GetPointerType().GetByteSize(nullptr); in GetPointerByteSize()
734 case eBasicTypeVoid: in GetBasicType()
HDType.cpp551 …d_clang_type (ClangASTContext::GetBasicType(GetClangASTContext().getASTContext(), eBasicTypeVoid)); in ResolveClangType()
HDClangASTType.cpp2666 case clang::BuiltinType::Void: return eBasicTypeVoid; in GetBasicTypeEnumeration()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDCXXFormatterFunctions.cpp786 ClangASTType voidstar = ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in GetNSPathStore2Type()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp1586 clang_type = GetClangASTContext().GetBasicType(eBasicTypeVoid); in ParseTemplateDIE()
6639 return_clang_type = ast.GetBasicType(eBasicTypeVoid); in ParseType()