Home
last modified time | relevance | path

Searched refs:emit_artifact_notification (Results 1 – 15 of 15) sorted by relevance

/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-718.0.0/src/
H A Dlib.rs760 pub fn emit_artifact_notification(&self, path: &Path, artifact_type: &str) { in emit_artifact_notification() method
761 self.inner.borrow_mut().emit_artifact_notification(path, artifact_type) in emit_artifact_notification()
842 fn emit_artifact_notification(&mut self, path: &Path, artifact_type: &str) { in emit_artifact_notification() method
843 self.emitter.emit_artifact_notification(path, artifact_type); in emit_artifact_notification()
H A Djson.rs124 fn emit_artifact_notification(&mut self, path: &Path, artifact_type: &str) { in emit_artifact_notification() method
H A Demitter.rs194 fn emit_artifact_notification(&mut self, _path: &Path, _artifact_type: &str) {} in emit_artifact_notification() method
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-722.0.0/src/
H A Dlib.rs763 pub fn emit_artifact_notification(&self, path: &Path, artifact_type: &str) { in emit_artifact_notification() method
764 self.inner.borrow_mut().emit_artifact_notification(path, artifact_type) in emit_artifact_notification()
845 fn emit_artifact_notification(&mut self, path: &Path, artifact_type: &str) { in emit_artifact_notification() method
846 self.emitter.emit_artifact_notification(path, artifact_type); in emit_artifact_notification()
H A Djson.rs124 fn emit_artifact_notification(&mut self, path: &Path, artifact_type: &str) { in emit_artifact_notification() method
H A Demitter.rs194 fn emit_artifact_notification(&mut self, _path: &Path, _artifact_type: &str) {} in emit_artifact_notification() method
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_errors/src/
H A Dlib.rs763 pub fn emit_artifact_notification(&self, path: &Path, artifact_type: &str) { in emit_artifact_notification() method
764 self.inner.borrow_mut().emit_artifact_notification(path, artifact_type) in emit_artifact_notification()
845 fn emit_artifact_notification(&mut self, path: &Path, artifact_type: &str) { in emit_artifact_notification() method
846 self.emitter.emit_artifact_notification(path, artifact_type); in emit_artifact_notification()
H A Djson.rs124 fn emit_artifact_notification(&mut self, path: &Path, artifact_type: &str) { in emit_artifact_notification() method
H A Demitter.rs194 fn emit_artifact_notification(&mut self, _path: &Path, _artifact_type: &str) {} in emit_artifact_notification() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_errors/src/
H A Dlib.rs918 pub fn emit_artifact_notification(&self, path: &Path, artifact_type: &str) { in emit_artifact_notification() method
919 self.inner.borrow_mut().emit_artifact_notification(path, artifact_type) in emit_artifact_notification()
1007 fn emit_artifact_notification(&mut self, path: &Path, artifact_type: &str) { in emit_artifact_notification() method
1008 self.emitter.emit_artifact_notification(path, artifact_type); in emit_artifact_notification()
H A Djson.rs124 fn emit_artifact_notification(&mut self, path: &Path, artifact_type: &str) { in emit_artifact_notification() method
H A Demitter.rs196 fn emit_artifact_notification(&mut self, _path: &Path, _artifact_type: &str) {} in emit_artifact_notification() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_interface/src/
H A Dpasses.rs683 .emit_artifact_notification(&deps_filename, "dep-info"); in write_out_deps()
1056 .emit_artifact_notification(&out_filename, "metadata"); in encode_and_write_metadata()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_save_analysis/src/
H A Dlib.rs962 sess.parse_sess.span_diagnostic.emit_artifact_notification(&file_name, "save-analysis"); in save()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/back/
H A Dlink.rs122 sess.parse_sess.span_diagnostic.emit_artifact_notification(&out_filename, "link"); in link_binary()