Home
last modified time | relevance | path

Searched defs:proc_macro (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/rust/compiler/rustc_expand/src/
Dlib.rs41 pub mod proc_macro; module
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Dproc_macro.rs53 let proc_macro = match proc_macros.get(id as usize) { in expand() localVariable
Dlib.rs16 pub mod proc_macro; module
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dunit_arg.rs135 fn proc_macro() { in proc_macro() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/
Dfamous_defs.rs41 pub fn proc_macro(&self) -> Option<Crate> { in proc_macro() method
/third_party/rust/rust/compiler/rustc_builtin_macros/src/
Dproc_macro_harness.rs275 let proc_macro = Ident::new(sym::proc_macro, span); in mk_decls() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/project-model/src/
Dsysroot.rs68 pub fn proc_macro(&self) -> Option<SysrootCrate> { in proc_macro() method
Dworkspace.rs1266 let proc_macro = match build_data.as_ref().map(|it| it.proc_macro_dylib_path.as_ref()) { in add_target_crate_root() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dreferences.rs1624 fn proc_macro() { in proc_macro() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dnameres.rs51 pub mod proc_macro; module
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Dencoder.rs1790 let proc_macro = hir.local_def_id_to_hir_id(proc_macro); in encode_proc_macros() localVariable