Home
last modified time | relevance | path

Searched refs:StmtMacro (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dstmt.rs31 Macro(StmtMacro),
68 pub struct StmtMacro { structure names
249 fn stmt_mac(input: ParseStream, attrs: Vec<Attribute>, path: Path) -> Result<StmtMacro> { in stmt_mac()
254 Ok(StmtMacro { in stmt_mac()
377 return Ok(Stmt::Macro(StmtMacro { in stmt_expr()
445 impl ToTokens for StmtMacro {
H A Dlib.rs501 pub use crate::stmt::{Block, Local, LocalInit, Stmt, StmtMacro};
/third_party/rust/crates/syn/src/gen/
H A Dclone.rs1748 impl Clone for StmtMacro {
1750 StmtMacro { in clone()
H A Dfold.rs738 fn fold_stmt_macro(&mut self, i: StmtMacro) -> StmtMacro { in fold_stmt_macro()
2962 pub fn fold_stmt_macro<F>(f: &mut F, node: StmtMacro) -> StmtMacro in fold_stmt_macro()
2966 StmtMacro { in fold_stmt_macro()
H A Deq.rs1686 impl Eq for StmtMacro {}
1689 impl PartialEq for StmtMacro {
H A Ddebug.rs2444 impl Debug for StmtMacro {
2446 impl StmtMacro { in fmt() impls
2455 self.debug(formatter, "StmtMacro") in fmt()
H A Dvisit_mut.rs738 fn visit_stmt_macro_mut(&mut self, i: &mut StmtMacro) { in visit_stmt_macro_mut()
3293 pub fn visit_stmt_macro_mut<V>(v: &mut V, node: &mut StmtMacro) in visit_stmt_macro_mut()
H A Dhash.rs2236 impl Hash for StmtMacro {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs3772 impl Debug for Lite<syn::StmtMacro> {
3774 let mut formatter = formatter.debug_struct("StmtMacro"); in fmt()

Completed in 32 milliseconds