Home
last modified time | relevance | path

Searched defs:proc_macro_decls_static (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_interface/src/
Dproc_macro_decls.rs7 fn proc_macro_decls_static(tcx: TyCtxt<'_>, (): ()) -> Option<LocalDefId> { in proc_macro_decls_static() function
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Dmod.rs198 proc_macro_decls_static: DefIndex, field
Dencoder.rs1760 let proc_macro_decls_static = tcx.proc_macro_decls_static(()).unwrap().local_def_index; in encode_proc_macros() localVariable