Home
last modified time | relevance | path

Searched refs:from_ast_ident (Results 1 – 9 of 9) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_expand/src/mbe/
H A Dtranscribe.rs254 result.push(TokenTree::Token(Token::from_ast_ident(orignal_ident)).into()); in transcribe()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-722.0.0/src/attr/
H A Dmod.rs373 idents.push(TokenTree::Token(Token::from_ast_ident(segment.ident)).into()); in token_trees_and_spacings()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-718.0.0/src/attr/
H A Dmod.rs373 idents.push(TokenTree::Token(Token::from_ast_ident(segment.ident)).into()); in token_trees_and_spacings()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast/src/attr/
H A Dmod.rs373 idents.push(TokenTree::Token(Token::from_ast_ident(segment.ident)).into()); in token_trees_and_spacings()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_ast/src/attr/
H A Dmod.rs373 idents.push(TokenTree::Token(Token::from_ast_ident(segment.ident)).into()); in token_trees_and_spacings()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-718.0.0/src/
H A Dtoken.rs318 pub fn from_ast_ident(ident: Ident) -> Self { in from_ast_ident() method
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-722.0.0/src/
H A Dtoken.rs318 pub fn from_ast_ident(ident: Ident) -> Self { in from_ast_ident() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast/src/
H A Dtoken.rs319 pub fn from_ast_ident(ident: Ident) -> Self { in from_ast_ident() method
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_ast/src/
H A Dtoken.rs318 pub fn from_ast_ident(ident: Ident) -> Self { in from_ast_ident() method