Home
last modified time | relevance | path

Searched defs:ProcMacroKind (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/
Dproc_macro.rs15 pub enum ProcMacroKind { enum
21 impl ProcMacroKind { implementation
22 pub(super) fn to_basedb_kind(&self) -> base_db::ProcMacroKind { in to_basedb_kind()
/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-api/src/
Dlib.rs30 pub enum ProcMacroKind { enum
133 pub fn kind(&self) -> ProcMacroKind { in kind()
Dprocess.rs74 ) -> Result<Result<Vec<(String, ProcMacroKind)>, String>, ServerError> { in find_proc_macros() argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-srv/src/
Dproc_macros.rs98 pub(crate) fn list_macros(&self) -> Vec<(String, ProcMacroKind)> { in list_macros() argument
Dlib.rs113 ) -> Result<Vec<(String, ProcMacroKind)>, String> { in list_macros() argument
Ddylib.rs160 pub fn list_macros(&self) -> Vec<(String, ProcMacroKind)> { in list_macros() argument
/third_party/rust/rust/compiler/rustc_passes/src/
Dcheck_attr.rs69 pub(crate) enum ProcMacroKind { enum
75 impl IntoDiagnosticArg for ProcMacroKind { implementation
2104 fn check_proc_macro(&self, hir_id: HirId, target: Target, kind: ProcMacroKind) { in check_proc_macro()
/third_party/rust/rust/src/tools/rust-analyzer/crates/base-db/src/
Dinput.rs245 pub enum ProcMacroKind { enum