Home
last modified time | relevance | path

Searched refs:Get_Context_Items (Results 1 – 13 of 13) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/lsp/
H A Dreferences.py46 res = find_def_chain(nodes.Get_Context_Items(n), loc)
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_lib.adb250 Item := Get_Context_Items (Res);
H A Dvhdl-sem_scopes.adb1143 Item := Get_Context_Items (Ent);
1268 Add_Declarations (Get_Context_Items (Unit), False);
H A Dvhdl-sem.adb3324 El := Get_Context_Items (Unit);
3374 El := Get_Context_Items (Decl);
H A Dvhdl-prints.adb4428 Disp_Context_Items (Ctxt, Get_Context_Items (Decl));
4479 Disp_Context_Items (Ctxt, Get_Context_Items (Unit));
H A Dvhdl-canon.adb3478 El := Get_Context_Items (Unit);
H A Dvhdl-nodes.ads7431 function Get_Context_Items (Design_Unit : Iir) return Iir; subprogspec
H A Dvhdl-parse.adb11322 if Get_Context_Items (Unit) /= Null_Iir then
11324 (+Get_Context_Items (Unit),
H A Dvhdl-nodes.adb1535 function Get_Context_Items (Design_Unit : Iir) return Iir is subprogram
1541 end Get_Context_Items;
H A Dvhdl-nodes_meta.adb6001 return Get_Context_Items (N);
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdllocal.adb1340 Ctxt_Item := Get_Context_Items (Unit);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtranslation.adb223 El := Get_Context_Items (Unit);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1780 Get_Context_Items = libghdl.vhdl__nodes__get_context_items variable