Searched refs:parse_to_token_tree (Results 1 – 14 of 14) sorted by relevance
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_expand/src/ |
H A D | builtin_fn_macro.rs | 10 use mbe::{parse_exprs_with_sep, parse_to_token_tree, ExpandResult}; 485 parse_to_token_tree(&db.file_text(file_id)).ok_or(mbe::ExpandError::ConversionError)?.0; in include_expand()
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_expand/src/ |
H A D | builtin_fn_macro.rs | 10 use mbe::{parse_exprs_with_sep, parse_to_token_tree, ExpandResult}; 474 parse_to_token_tree(&db.file_text(file_id)).ok_or(mbe::ExpandError::ConversionError)?.0; in include_expand()
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/mbe/src/ |
H A D | lib.rs | 75 parse_exprs_with_sep, parse_to_token_tree, syntax_node_to_token_tree,
|
H A D | syntax_bridge.rs | 71 pub fn parse_to_token_tree(text: &str) -> Option<(tt::Subtree, TokenMap)> { in parse_to_token_tree() function
|
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/mbe/src/ |
H A D | lib.rs | 75 parse_exprs_with_sep, parse_to_token_tree, syntax_node_to_token_tree,
|
H A D | syntax_bridge.rs | 70 pub fn parse_to_token_tree(text: &str) -> Option<(tt::Subtree, TokenMap)> { in parse_to_token_tree() function
|
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_srv/src/abis/abi_1_47/ |
H A D | rustc_server.rs | 193 mbe::parse_to_token_tree(src).ok_or("Failed to parse from mbe")?; in from_str()
|
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_srv/src/abis/abi_1_55/ |
H A D | rustc_server.rs | 193 mbe::parse_to_token_tree(src).ok_or("Failed to parse from mbe")?; in from_str()
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_srv/src/abis/abi_1_47/ |
H A D | rustc_server.rs | 193 mbe::parse_to_token_tree(src).ok_or("Failed to parse from mbe")?; in from_str()
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_srv/src/abis/abi_1_55/ |
H A D | rustc_server.rs | 193 mbe::parse_to_token_tree(src).ok_or("Failed to parse from mbe")?; in from_str()
|
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_srv/src/abis/abi_1_56/ |
H A D | rustc_server.rs | 193 mbe::parse_to_token_tree(src).ok_or("Failed to parse from mbe")?; in from_str()
|
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_srv/src/abis/abi_1_58/ |
H A D | rustc_server.rs | 193 mbe::parse_to_token_tree(src).ok_or("Failed to parse from mbe")?; in from_str()
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_srv/src/abis/abi_1_56/ |
H A D | rustc_server.rs | 193 mbe::parse_to_token_tree(src).ok_or("Failed to parse from mbe")?; in from_str()
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_srv/src/abis/abi_1_58/ |
H A D | rustc_server.rs | 193 mbe::parse_to_token_tree(src).ok_or("Failed to parse from mbe")?; in from_str()
|