Home
last modified time | relevance | path

Searched defs:visit_pre (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dvisitor.rs28 fn visit_pre(&mut self, _hir: &Hir) -> Result<(), Self::Err> { in visit_pre() functions
H A Dprint.rs85 fn visit_pre(&mut self, hir: &Hir) -> fmt::Result { in visit_pre() functions
H A Dtranslate.rs244 fn visit_pre(&mut self, ast: &Ast) -> Result<()> { in visit_pre() functions
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dvisitor.rs38 fn visit_pre(&mut self, _ast: &Ast) -> Result<(), Self::Err> { in visit_pre() functions
H A Dprint.rs77 fn visit_pre(&mut self, ast: &Ast) -> fmt::Result { in visit_pre() functions
H A Dparse.rs2178 fn visit_pre(&mut self, ast: &Ast) -> Result<()> { in visit_pre() functions

Completed in 12 milliseconds