Home
last modified time | relevance | path

Searched defs:MacCallStmt (Results 1 – 13 of 13) sorted by relevance

/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-718.0.0/src/
H A Dast.rs974 pub struct MacCallStmt { struct
975 pub mac: MacCall,
976 pub style: MacStmtStyle,
977 pub attrs: AttrVec,
978 pub tokens: Option<LazyTokenStream>,
H A Dvisit.rs694 let MacCallStmt { ref mac, style: _, ref attrs, tokens: _ } = **mac; in walk_stmt() localVariable
H A Dmut_visit.rs1392 let MacCallStmt { mac: mac_, style: _, attrs, tokens } = mac.deref_mut(); localVariable
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-722.0.0/src/
H A Dast.rs974 pub struct MacCallStmt { struct
975 pub mac: MacCall,
976 pub style: MacStmtStyle,
977 pub attrs: AttrVec,
978 pub tokens: Option<LazyTokenStream>,
H A Dvisit.rs690 let MacCallStmt { ref mac, style: _, ref attrs, tokens: _ } = **mac; in walk_stmt() localVariable
H A Dmut_visit.rs1397 let MacCallStmt { mac: mac_, style: _, attrs, tokens } = mac.deref_mut(); localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast/src/
H A Dast.rs998 pub struct MacCallStmt { struct
999 pub mac: MacCall,
1000 pub style: MacStmtStyle,
1001 pub attrs: AttrVec,
1002 pub tokens: Option<LazyTokenStream>,
H A Dvisit.rs702 let MacCallStmt { ref mac, style: _, ref attrs, tokens: _ } = **mac; in walk_stmt() localVariable
H A Dmut_visit.rs1459 let MacCallStmt { mac: mac_, style: _, attrs, tokens } = mac.deref_mut(); localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_ast/src/
H A Dast.rs974 pub struct MacCallStmt { struct
975 pub mac: MacCall,
976 pub style: MacStmtStyle,
977 pub attrs: AttrVec,
978 pub tokens: Option<LazyTokenStream>,
H A Dvisit.rs690 let MacCallStmt { ref mac, style: _, ref attrs, tokens: _ } = **mac; in walk_stmt() localVariable
H A Dmut_visit.rs1397 let MacCallStmt { mac: mac_, style: _, attrs, tokens } = mac.deref_mut(); localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_expand/src/
H A Dexpand.rs1083 let MacCallStmt { mac, style, attrs, .. } = mac.into_inner(); in take_stmt_bang() localVariable