Home
last modified time | relevance | path

Searched refs:body_ctx (Results 1 – 8 of 8) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/item_tree/
H A Dlower.rs24 body_ctx: crate::body::LowerCtx<'a>, field
35 body_ctx: crate::body::LowerCtx::new(db, file), in new()
253 Some(type_ref) => TypeRef::from_ast(&self.body_ctx, type_ref), in lower_function()
280 let type_ref = TypeRef::from_ast_opt(&self.body_ctx, param.ty()); in lower_function()
292 Some(type_ref) => TypeRef::from_ast(&self.body_ctx, type_ref), in lower_function()
567 generics.fill(&self.body_ctx, node); in lower_generic_params()
580 generics.fill(&self.body_ctx, node); in lower_generic_params()
586 generics.fill(&self.body_ctx, node); in lower_generic_params()
598 .map(|it| Interned::new(TypeBound::from_ast(&self.body_ctx, it))) in lower_type_bounds()
614 let trait_ref = TraitRef::from_ast(&self.body_ctx, trait_ref.clone())?; in lower_trait_ref()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/item_tree/
H A Dlower.rs27 body_ctx: crate::body::LowerCtx<'a>, field
38 body_ctx: crate::body::LowerCtx::new(db, file), in new()
325 Some(type_ref) => TypeRef::from_ast(&self.body_ctx, type_ref), in lower_function()
352 let type_ref = TypeRef::from_ast_opt(&self.body_ctx, param.ty()); in lower_function()
364 Some(type_ref) => TypeRef::from_ast(&self.body_ctx, type_ref), in lower_function()
673 generics.fill(&self.body_ctx, node); in lower_generic_params()
686 generics.fill(&self.body_ctx, node); in lower_generic_params()
692 generics.fill(&self.body_ctx, node); in lower_generic_params()
704 .map(|it| Interned::new(TypeBound::from_ast(&self.body_ctx, it))) in lower_type_bounds()
720 let trait_ref = TraitRef::from_ast(&self.body_ctx, trait_ref.clone())?; in lower_trait_ref()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/
H A Dindex-search.c734 struct search_body_context body_ctx; in search_arg_match_text() local
847 i_zero(&body_ctx); in search_arg_match_text()
848 body_ctx.index_ctx = ctx; in search_arg_match_text()
849 body_ctx.input = input; in search_arg_match_text()
853 (void)mail_get_parts(ctx->cur_mail, &body_ctx.part); in search_arg_match_text()
856 return mail_search_args_foreach(args, search_body, &body_ctx); in search_arg_match_text()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Compiler/
H A DParsing.py2097 body_ctx = Ctx()
2098 body_ctx.templates = templates
2099 func_or_var = p_c_func_or_var_declaration(s, pos, body_ctx)
3178 body_ctx = Ctx()
3182 p_c_func_or_var_declaration(s, s.position(), body_ctx))
3751 body_ctx = Ctx(visibility = ctx.visibility, level='cpp_class', nogil=nogil or ctx.nogil)
3752 body_ctx.templates = template_names
3755 attributes.append(p_cpp_class_attribute(s, body_ctx))
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DParsing.py2109 body_ctx = Ctx()
2110 body_ctx.templates = templates
2111 func_or_var = p_c_func_or_var_declaration(s, pos, body_ctx)
3190 body_ctx = Ctx()
3194 p_c_func_or_var_declaration(s, s.position(), body_ctx))
3763 body_ctx = Ctx(visibility = ctx.visibility, level='cpp_class', nogil=nogil or ctx.nogil)
3764 body_ctx.templates = template_names
3767 attributes.append(p_cpp_class_attribute(s, body_ctx))
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Compiler/
H A DParsing.py2109 body_ctx = Ctx()
2110 body_ctx.templates = templates
2111 func_or_var = p_c_func_or_var_declaration(s, pos, body_ctx)
3190 body_ctx = Ctx()
3194 p_c_func_or_var_declaration(s, s.position(), body_ctx))
3763 body_ctx = Ctx(visibility = ctx.visibility, level='cpp_class', nogil=nogil or ctx.nogil)
3764 body_ctx.templates = template_names
3767 attributes.append(p_cpp_class_attribute(s, body_ctx))
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Compiler/
H A DParsing.py2109 body_ctx = Ctx()
2110 body_ctx.templates = templates
2111 func_or_var = p_c_func_or_var_declaration(s, pos, body_ctx)
3190 body_ctx = Ctx()
3194 p_c_func_or_var_declaration(s, s.position(), body_ctx))
3763 body_ctx = Ctx(visibility = ctx.visibility, level='cpp_class', nogil=nogil or ctx.nogil)
3764 body_ctx.templates = template_names
3767 attributes.append(p_cpp_class_attribute(s, body_ctx))
/dports/lang/cython-devel/cython-2b1e743/Cython/Compiler/
H A DParsing.py2152 body_ctx = Ctx()
2153 body_ctx.templates = templates
2154 func_or_var = p_c_func_or_var_declaration(s, pos, body_ctx)
3277 body_ctx = Ctx()
3281 p_c_func_or_var_declaration(s, s.position(), body_ctx))
3867 body_ctx = Ctx(visibility = ctx.visibility, level='cpp_class', nogil=nogil or ctx.nogil)
3868 body_ctx.templates = template_names
3871 attributes.append(p_cpp_class_attribute(s, body_ctx))