MCPcopy Index your code

hub / github.com/cognitive-engineering-lab/rustc_plugin / functions

Functions27 in github.com/cognitive-engineering-lab/rustc_plugin

↓ 4 callersMethodargs
(&self, _target_dir: &Utf8Path)
examples/print-all-items/src/lib.rs:33
↓ 3 callersFunctionrun
(dir: &str, f: impl FnOnce(&mut Command))
tests/test_example.rs:7
↓ 3 callersMethodrun
( self, compiler_args: Vec<String>, plugin_args: Self::Args, )
examples/print-all-items/src/lib.rs:42
↓ 2 callersFunctiontoolchain_path
(home: Option<String>, toolchain: Option<String>)
src/driver.rs:34
↓ 1 callersFunctionadd
(left: usize, right: usize)
tests/workspaces/multi/a/src/lib.rs:1
↓ 1 callersFunctionadd
(left: usize, right: usize)
tests/workspaces/multi/b/src/lib.rs:1
↓ 1 callersFunctionadd
(left: usize, right: usize)
tests/workspaces/basic/src/lib.rs:1
↓ 1 callersFunctionadd
(left: usize, right: usize)
examples/print-all-items/test-crate/src/lib.rs:1
↓ 1 callersFunctionarg_value
If a command-line option matches `find_arg`, then apply the predicate `pred` on its value. If true, then return it. The parameter is assumed to be eit
src/driver.rs:14
↓ 1 callersFunctioncli_main
The top-level function that should be called in your user-facing binary.
src/cli.rs:12
↓ 1 callersFunctiondriver_main
The top-level function that should be called by your internal driver binary.
src/driver.rs:100
↓ 1 callersMethoddriver_name
(&self)
examples/print-all-items/src/lib.rs:29
↓ 1 callersFunctionget_sysroot
(orig_args: &[String])
src/driver.rs:45
↓ 1 callersFunctiononly_run_on_file
( cmd: &mut Command, file_path: PathBuf, workspace_members: &[&cargo_metadata::Package], target_dir: &
src/cli.rs:82
↓ 1 callersFunctionprint_all_items
(tcx: TyCtxt, args: &PrintAllItemsPluginArgs)
examples/print-all-items/src/lib.rs:72
Methodafter_parsing
( &mut self, _compiler: &rustc_interface::interface::Compiler, queries: &'tcx rustc_interface::Que
examples/print-all-items/src/lib.rs:58
Functionbasic
()
tests/test_example.rs:52
Functionbasic_with_arg
()
tests/test_example.rs:57
Functionit_works
()
tests/workspaces/multi/a/src/lib.rs:10
Functionit_works
()
tests/workspaces/multi/b/src/lib.rs:10
Functionit_works
()
tests/workspaces/basic/src/lib.rs:10
Functionit_works
()
examples/print-all-items/test-crate/src/lib.rs:10
Functionmain
()
build.rs:1
Functionmain
()
examples/print-all-items/src/bin/cargo-print-all-items.rs:1
Functionmain
()
examples/print-all-items/src/bin/print-all-items-driver.rs:1
Functionmulti
()
tests/test_example.rs:64
Methodversion
(&self)
examples/print-all-items/src/lib.rs:25