Searched defs:ProcMacroKind (Results 1 – 8 of 8) sorted by relevance
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/ |
| D | proc_macro.rs | 15 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/ |
| D | lib.rs | 30 pub enum ProcMacroKind { enum 133 pub fn kind(&self) -> ProcMacroKind { in kind()
|
| D | process.rs | 74 ) -> 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/ |
| D | proc_macros.rs | 98 pub(crate) fn list_macros(&self) -> Vec<(String, ProcMacroKind)> { in list_macros() argument
|
| D | lib.rs | 113 ) -> Result<Vec<(String, ProcMacroKind)>, String> { in list_macros() argument
|
| D | dylib.rs | 160 pub fn list_macros(&self) -> Vec<(String, ProcMacroKind)> { in list_macros() argument
|
| /third_party/rust/rust/compiler/rustc_passes/src/ |
| D | check_attr.rs | 69 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/ |
| D | input.rs | 245 pub enum ProcMacroKind { enum
|