stage3/narrow_candidate_datatypes.hh
changeset 810 d9c48ad646f1
parent 808 7a6b53d61ea3
child 813 0630cc31569f
equal deleted inserted replaced
809:9204559768f1 810:d9c48ad646f1
   174 //  void *visit(structure_element_declaration_list_c *symbol);
   174 //  void *visit(structure_element_declaration_list_c *symbol);
   175 //  void *visit(structure_element_declaration_c *symbol);
   175 //  void *visit(structure_element_declaration_c *symbol);
   176 //  void *visit(structure_element_initialization_list_c *symbol);
   176 //  void *visit(structure_element_initialization_list_c *symbol);
   177 //  void *visit(structure_element_initialization_c *symbol);
   177 //  void *visit(structure_element_initialization_c *symbol);
   178 //  void *visit(string_type_declaration_c *symbol);
   178 //  void *visit(string_type_declaration_c *symbol);
       
   179     void *visit(fb_spec_init_c *symbol);
   179 
   180 
   180     /*********************/
   181     /*********************/
   181     /* B 1.4 - Variables */
   182     /* B 1.4 - Variables */
   182     /*********************/
   183     /*********************/
   183     /********************************************/
   184     /********************************************/
   193     /* B 1.4.3 - Declaration & Initialisation */
   194     /* B 1.4.3 - Declaration & Initialisation */
   194     /******************************************/
   195     /******************************************/
   195     void *visit(var1_list_c *symbol);
   196     void *visit(var1_list_c *symbol);
   196     void *visit(location_c *symbol);
   197     void *visit(location_c *symbol);
   197     void *visit(located_var_decl_c *symbol);
   198     void *visit(located_var_decl_c *symbol);
   198     void *visit(fb_name_decl_c *symbol);
       
   199 
   199 
   200     /**************************************/
   200     /**************************************/
   201     /* B 1.5 - Program organization units */
   201     /* B 1.5 - Program organization units */
   202     /**************************************/
   202     /**************************************/
   203     /***********************/
   203     /***********************/