Home
last modified time | relevance | path

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 Dbuiltin_fn_macro.rs10 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 Dbuiltin_fn_macro.rs10 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 Dlib.rs75 parse_exprs_with_sep, parse_to_token_tree, syntax_node_to_token_tree,
H A Dsyntax_bridge.rs71 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 Dlib.rs75 parse_exprs_with_sep, parse_to_token_tree, syntax_node_to_token_tree,
H A Dsyntax_bridge.rs70 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 Drustc_server.rs193 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 Drustc_server.rs193 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 Drustc_server.rs193 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 Drustc_server.rs193 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 Drustc_server.rs193 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 Drustc_server.rs193 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 Drustc_server.rs193 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 Drustc_server.rs193 mbe::parse_to_token_tree(src).ok_or("Failed to parse from mbe")?; in from_str()