Searched defs:from_text (Results 1 – 2 of 2) sorted by relevance
27 fn from_text(text: &str) -> ast::IdentPat { in simple_ident_pat() function417 fn from_text(text: &str) -> ast::RecordExprField { in record_expr_field() function623 fn from_text(text: &str) -> ast::WildcardPat { in wildcard_pat() function631 fn from_text(text: &str) -> ast::LiteralPat { in literal_pat() function640 fn from_text(text: &str) -> ast::SlicePat { in slice_pat() function656 fn from_text(text: &str) -> ast::TuplePat { in tuple_pat() function668 fn from_text(text: &str) -> ast::TupleStructPat { in tuple_struct_pat() function677 fn from_text(text: &str) -> ast::RecordPat { in record_pat() function704 fn from_text(text: &str) -> ast::Pat { in path_pat() function720 fn from_text(text: &str) -> ast::MatchArm { in match_arm() function[all …]
98 pub(crate) fn from_text(text: &str) -> CommentKind { in from_text() method