Lines Matching defs:env
76 id_manager(const environment& env)
77 : m_env(env),
90 const environment& env = get_environment();
91 return env.intern(o.str());
103 const environment& env = get_environment();
104 return env.intern(o.str());
241 /// @param env the enviroment we are operating from.
244 write_context(const environment& env, ostream& os)
245 : m_env(env),
246 m_id_manager(env),
2056 /// @param env the environment for the @ref write_context object to use.
2062 create_write_context(const environment& env,
2065 write_context_sptr ctxt(new write_context(env, default_output_stream));
3689 const environment& env = ctxt.get_environment();
3706 if (lookup_decl_only_class_types(env.intern(decl->get_qualified_name()),