absyntax_utils/search_var_instance_decl.hh
changeset 939 5074236fb3c4
parent 854 13d0b67de111
child 1011 76175defb87b
equal deleted inserted replaced
938:31e3b3f2eff1 939:5074236fb3c4
   128     static const unsigned int constant_opt    = 0x0001;
   128     static const unsigned int constant_opt    = 0x0001;
   129     static const unsigned int retain_opt      = 0x0002;
   129     static const unsigned int retain_opt      = 0x0002;
   130     static const unsigned int non_retain_opt  = 0x0003;
   130     static const unsigned int non_retain_opt  = 0x0003;
   131 #endif    
   131 #endif    
   132     
   132     
   133     symbol_c *   get_decl   (symbol_c *variable_instance_name); 
   133     symbol_c *get_decl          (symbol_c *variable_instance_name); 
   134     vt_t         get_vartype(symbol_c *variable_instance_name);
   134     symbol_c *get_basetype_decl (symbol_c *variable_instance_name); 
   135     opt_t        get_option (symbol_c *variable_instance_name);
   135     vt_t      get_vartype       (symbol_c *variable_instance_name);
       
   136     opt_t     get_option        (symbol_c *variable_instance_name);
   136 
   137 
   137   private:
   138   private:
   138     symbol_c *search_scope;
   139     symbol_c *search_scope;
   139     symbol_c *search_name;
   140     symbol_c *search_name;
   140     symbol_c *current_type_decl;
   141     symbol_c *current_type_decl;