aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/vhdl/elocations.py
blob: dd3600ecf12f7d674d1330ddb426f20437962916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# Auto generated Python source file from Ada sources
# Call 'make' in 'src/vhdl' to regenerate:
#
from pydecor import export

from pyGHDL.libghdl import libghdl


@export
def Get_Start_Location(obj):
    return libghdl.vhdl__elocations__get_start_location(obj)


@export
def Set_Start_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_start_location(obj, value)


@export
def Get_Right_Paren_Location(obj):
    return libghdl.vhdl__elocations__get_right_paren_location(obj)


@export
def Set_Right_Paren_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_right_paren_location(obj, value)


@export
def Get_End_Location(obj):
    return libghdl.vhdl__elocations__get_end_location(obj)


@export
def Set_End_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_end_location(obj, value)


@export
def Get_Is_Location(obj):
    return libghdl.vhdl__elocations__get_is_location(obj)


@export
def Set_Is_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_is_location(obj, value)


@export
def Get_Begin_Location(obj):
    return libghdl.vhdl__elocations__get_begin_location(obj)


@export
def Set_Begin_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_begin_location(obj, value)


@export
def Get_Then_Location(obj):
    return libghdl.vhdl__elocations__get_then_location(obj)


@export
def Set_Then_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_then_location(obj, value)


@export
def Get_Use_Location(obj):
    return libghdl.vhdl__elocations__get_use_location(obj)


@export
def Set_Use_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_use_location(obj, value)


@export
def Get_Loop_Location(obj):
    return libghdl.vhdl__elocations__get_loop_location(obj)


@export
def Set_Loop_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_loop_location(obj, value)


@export
def Get_Generate_Location(obj):
    return libghdl.vhdl__elocations__get_generate_location(obj)


@export
def Set_Generate_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_generate_location(obj, value)


@export
def Get_Generic_Location(obj):
    return libghdl.vhdl__elocations__get_generic_location(obj)


@export
def Set_Generic_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_generic_location(obj, value)


@export
def Get_Port_Location(obj):
    return libghdl.vhdl__elocations__get_port_location(obj)


@export
def Set_Port_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_port_location(obj, value)


@export
def Get_Generic_Map_Location(obj):
    return libghdl.vhdl__elocations__get_generic_map_location(obj)


@export
def Set_Generic_Map_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_generic_map_location(obj, value)


@export
def Get_Port_Map_Location(obj):
    return libghdl.vhdl__elocations__get_port_map_location(obj)


@export
def Set_Port_Map_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_port_map_location(obj, value)


@export
def Get_Arrow_Location(obj):
    return libghdl.vhdl__elocations__get_arrow_location(obj)


@export
def Set_Arrow_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_arrow_location(obj, value)


@export
def Get_Colon_Location(obj):
    return libghdl.vhdl__elocations__get_colon_location(obj)


@export
def Set_Colon_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_colon_location(obj, value)


@export
def Get_Assign_Location(obj):
    return libghdl.vhdl__elocations__get_assign_location(obj)


@export
def Set_Assign_Location(obj, value) -> None:
    libghdl.vhdl__elocations__set_assign_location(obj, value)