Home
last modified time | relevance | path

Searched defs:BlockId (Results 1 – 13 of 13) sorted by relevance

/third_party/rust/rust/compiler/rustc_mir_build/src/thir/cx/
Dblock.rs12 pub(crate) fn mirror_block(&mut self, block: &'tcx hir::Block<'tcx>) -> BlockId { in mirror_block()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dtraits.rs86 block: Option<BlockId>, in trait_solve_query()
124 block: Option<BlockId>, in solve()
Ddb.rs244 block: Option<BlockId>, in trait_solve()
252 block: Option<BlockId>, in trait_solve_query()
260 block: Option<BlockId>, in program_clauses_for_chalk_env()
289 block: Option<BlockId>, in trait_solve_wait()
Dchalk_db.rs478 block: Option<BlockId>, in program_clauses_for_chalk_env_query()
/third_party/rust/rust/compiler/rustc_mir_build/src/build/
Dblock.rs13 ast_block: BlockId, in ast_block()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/body/
Dscope.rs60 pub fn block(&self, scope: ScopeId) -> Option<BlockId> { in block()
135 block: Option<BlockId>, in new_block_scope()
Dlower.rs1074 mk_block: impl FnOnce(Option<BlockId>, Box<[Statement]>, Option<ExprId>) -> Expr, in collect_block_()
/third_party/rust/rust/compiler/rustc_mir_build/src/thir/
Dprint.rs87 fn print_block(&mut self, block_id: BlockId, depth_lvl: usize) { in print_block()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/infer/
Dexpr.rs883 id: &Option<BlockId>, in infer_async_block()
1275 block_id: Option<BlockId>, in infer_block()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Ddb.rs66 fn intern_block(&self, loc: BlockLoc) -> BlockId; in intern_block()
Dlib.rs163 pub fn containing_block(&self) -> Option<BlockId> { in containing_block()
365 pub struct BlockId(salsa::InternId); struct
Dnameres.rs420 pub(crate) fn block_id(&self) -> Option<BlockId> { in block_id()
/third_party/rust/rust/compiler/rustc_mir_build/src/build/matches/
Dmod.rs2282 else_block: BlockId, in ast_let_else()