Home
last modified time | relevance | path

Searched refs:trimmed_def_paths (Results 1 – 11 of 11) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/print/
H A Dpretty.rs296 || matches!(self.tcx().sess.opts.trimmed_def_paths, TrimmedDefPaths::Never) in try_print_trimmed_def_path()
303 match self.tcx().trimmed_def_paths(()).get(&def_id) { in try_print_trimmed_def_path()
2631 fn trimmed_def_paths(tcx: TyCtxt<'_>, (): ()) -> FxHashMap<DefId, Symbol> { in trimmed_def_paths() function
2634 if let TrimmedDefPaths::GoodPath = tcx.sess.opts.trimmed_def_paths { in trimmed_def_paths()
2700 *providers = ty::query::Providers { trimmed_def_paths, ..*providers }; in provide()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_session-718.0.0/src/
H A Dconfig.rs701 trimmed_def_paths: TrimmedDefPaths::default(), in default()
2038 trimmed_def_paths: TrimmedDefPaths::default(), in build_session_options()
H A Doptions.rs170 trimmed_def_paths: TrimmedDefPaths [TRACKED],
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_session-722.0.0/src/
H A Dconfig.rs701 trimmed_def_paths: TrimmedDefPaths::default(), in default()
2124 trimmed_def_paths: TrimmedDefPaths::default(), in build_session_options()
H A Doptions.rs170 trimmed_def_paths: TrimmedDefPaths [TRACKED],
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_session/src/
H A Dconfig.rs701 trimmed_def_paths: TrimmedDefPaths::default(), in default()
2124 trimmed_def_paths: TrimmedDefPaths::default(), in build_session_options()
H A Doptions.rs170 trimmed_def_paths: TrimmedDefPaths [TRACKED],
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_session/src/
H A Dconfig.rs741 trimmed_def_paths: TrimmedDefPaths::default(), in default()
2236 trimmed_def_paths: TrimmedDefPaths::default(), in build_session_options()
H A Doptions.rs178 trimmed_def_paths: TrimmedDefPaths [TRACKED],
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_driver/src/
H A Dlib.rs126 config.opts.trimmed_def_paths = TrimmedDefPaths::GoodPath; in config()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/query/
H A Dmod.rs1533 query trimmed_def_paths(_: ()) -> FxHashMap<DefId, Symbol> {