Searched refs:with_ctxt_from_mark (Results 1 – 4 of 4) sorted by relevance
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-718.0.0/src/ |
H A D | lib.rs | 639 self.with_ctxt_from_mark(expn_id, Transparency::Opaque) in with_def_site_ctxt() 645 self.with_ctxt_from_mark(expn_id, Transparency::Transparent) in with_call_site_ctxt() 651 self.with_ctxt_from_mark(expn_id, Transparency::SemiTransparent) in with_mixed_site_ctxt() 657 pub fn with_ctxt_from_mark(self, expn_id: ExpnId, transparency: Transparency) -> Span { in with_ctxt_from_mark() method
|
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-722.0.0/src/ |
H A D | lib.rs | 722 self.with_ctxt_from_mark(expn_id, Transparency::Opaque) in with_def_site_ctxt() 728 self.with_ctxt_from_mark(expn_id, Transparency::Transparent) in with_call_site_ctxt() 734 self.with_ctxt_from_mark(expn_id, Transparency::SemiTransparent) in with_mixed_site_ctxt() 740 pub fn with_ctxt_from_mark(self, expn_id: ExpnId, transparency: Transparency) -> Span { in with_ctxt_from_mark() method
|
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_span/src/ |
H A D | lib.rs | 823 self.with_ctxt_from_mark(expn_id, Transparency::Opaque) in with_def_site_ctxt() 829 self.with_ctxt_from_mark(expn_id, Transparency::Transparent) in with_call_site_ctxt() 835 self.with_ctxt_from_mark(expn_id, Transparency::SemiTransparent) in with_mixed_site_ctxt() 841 pub fn with_ctxt_from_mark(self, expn_id: ExpnId, transparency: Transparency) -> Span { in with_ctxt_from_mark() method
|
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_span/src/ |
H A D | lib.rs | 722 self.with_ctxt_from_mark(expn_id, Transparency::Opaque) in with_def_site_ctxt() 728 self.with_ctxt_from_mark(expn_id, Transparency::Transparent) in with_call_site_ctxt() 734 self.with_ctxt_from_mark(expn_id, Transparency::SemiTransparent) in with_mixed_site_ctxt() 740 pub fn with_ctxt_from_mark(self, expn_id: ExpnId, transparency: Transparency) -> Span { in with_ctxt_from_mark() method
|