Lines Matching defs:environment
82 /// time of that type to the life time of the @ref environment that is
84 /// type to the function environment::keep_type_alive().
129 /// An environment can be seen as the boundaries in which all related
132 /// environment.
134 /// Note that the lifetime of environment objects must be longer than
136 /// instance of @ref environment must stay around as long as you are
138 /// that you can de-allocate the environment instance.
139 class environment
152 environment();
154 virtual ~environment();
265 }; // end class environment
692 translation_unit(const ir::environment& env,
698 const environment&
926 elf_symbol(const environment& e,
949 create(const environment& e,
964 const environment&
1396 type_or_decl_base(const environment&,
1407 const environment&
1570 decl_base(const environment& e,
1576 decl_base(const environment& e,
1582 decl_base(const environment&, const location&);
1796 scope_decl(const environment& env,
1800 scope_decl(const environment& env, location& l);
1975 type_base(const environment& e, size_t s, size_t a);
2079 type_decl(const environment& env,
2134 scope_type_decl(const environment& env, const string& name,
2155 namespace_decl(const environment& env, const string& name,
2209 qualified_type_def(const environment& env, CV quals, const location& locus);
2310 pointer_type_def(const environment& env, size_t size_in_bits,
2374 reference_type_def(const environment& env, bool lvalue, size_t size_in_bits,
2496 subrange_type(const environment& env,
2504 subrange_type(const environment& env,
2511 subrange_type(const environment& env,
2577 array_type_def(const environment& env,
2794 const environment& env,
3291 function_type(const environment& env,
3386 method_type(const environment& env,
3423 template_decl(const environment& env,
3654 function_tdecl(const environment& env,
3703 class_tdecl(const environment& env, const location& locus,
3924 class_or_union(const environment& env, const string& name,
3930 class_or_union(const environment& env, const string& name,
3934 class_or_union(const environment& env, const string& name,
4130 class_decl(const environment& env, const string& name,
4137 class_decl(const environment& env, const string& name,
4144 class_decl(const environment& env, const string& name,
4148 class_decl(const environment& env, const string& name,
4153 class_decl(const environment& env, const string& name, bool is_struct,
4347 union_decl(const environment& env, const string& name,
4352 union_decl(const environment& env, const string& name,
4358 union_decl(const environment& env, const string& name,
4362 union_decl(const environment& env, const string& name,
4366 union_decl(const environment& env, const string& name,