Searched refs:eBasicTypeVoid (Results 1 – 9 of 9) sorted by relevance
96 …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()
220 clang_type = ast_context.GetBasicType(eBasicTypeVoid).GetPointerType(); in DoExecute()
652 eBasicTypeVoid = 1, enumerator
1827 …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()
644 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()
551 …d_clang_type (ClangASTContext::GetBasicType(GetClangASTContext().getASTContext(), eBasicTypeVoid)); in ResolveClangType()
2666 case clang::BuiltinType::Void: return eBasicTypeVoid; in GetBasicTypeEnumeration()
786 ClangASTType voidstar = ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in GetNSPathStore2Type()
1586 clang_type = GetClangASTContext().GetBasicType(eBasicTypeVoid); in ParseTemplateDIE()6639 return_clang_type = ast.GetBasicType(eBasicTypeVoid); in ParseType()