Home
last modified time | relevance | path

Searched defs:source_range (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/
Dextern_abi.rs52 let source_range = abi_str.text_range_between_quotes()?; in complete_extern_abi() localVariable
Dformat_string.rs32 let source_range = TextRange::new(brace_offset, cursor); in format_string() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/render/
Dmacro_.rs42 let source_range = if ctx.is_immediately_after_macro_bang() { localVariable
/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dspanview.rs630 let source_range = source_range_no_file(tcx, statement.source_info.span); in tooltip() localVariable
640 let source_range = source_range_no_file(tcx, term.source_info.span); in tooltip() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/
Ditem.rs34 pub source_range: TextRange, field
388 source_range: TextRange, field
Drender.rs71 fn source_range(&self) -> TextRange { in source_range() method
Dcontext.rs393 pub(crate) fn source_range(&self) -> TextRange { in source_range() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dto_proto.rs248 let source_range = item.source_range; in completion_item() localVariable
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.cc581 auto source_range = make_source_range(); in texture_sampler_types() local