Searched defs:BlockId (Results 1 – 13 of 13) sorted by relevance
| /third_party/rust/rust/compiler/rustc_mir_build/src/thir/cx/ |
| D | block.rs | 12 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/ |
| D | traits.rs | 86 block: Option<BlockId>, in trait_solve_query() 124 block: Option<BlockId>, in solve()
|
| D | db.rs | 244 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()
|
| D | chalk_db.rs | 478 block: Option<BlockId>, in program_clauses_for_chalk_env_query()
|
| /third_party/rust/rust/compiler/rustc_mir_build/src/build/ |
| D | block.rs | 13 ast_block: BlockId, in ast_block()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/body/ |
| D | scope.rs | 60 pub fn block(&self, scope: ScopeId) -> Option<BlockId> { in block() 135 block: Option<BlockId>, in new_block_scope()
|
| D | lower.rs | 1074 mk_block: impl FnOnce(Option<BlockId>, Box<[Statement]>, Option<ExprId>) -> Expr, in collect_block_()
|
| /third_party/rust/rust/compiler/rustc_mir_build/src/thir/ |
| D | print.rs | 87 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/ |
| D | expr.rs | 883 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/ |
| D | db.rs | 66 fn intern_block(&self, loc: BlockLoc) -> BlockId; in intern_block()
|
| D | lib.rs | 163 pub fn containing_block(&self) -> Option<BlockId> { in containing_block() 365 pub struct BlockId(salsa::InternId); struct
|
| D | nameres.rs | 420 pub(crate) fn block_id(&self) -> Option<BlockId> { in block_id()
|
| /third_party/rust/rust/compiler/rustc_mir_build/src/build/matches/ |
| D | mod.rs | 2282 else_block: BlockId, in ast_let_else()
|