Searched defs:parenthesized (Results 1 – 11 of 11) sorted by relevance
351 TYPE_PARSER(parenthesized(construct<CaseSelector>( in parenthesized() function
211 template <class PA> inline constexpr auto parenthesized(const PA &p) { in parenthesized() function
156 fn parenthesized(self) -> Result<ParseBuffer<'a>>; in parenthesized() method160 fn parenthesized(self) -> Result<ParseBuffer<'a>> { in parenthesized() method168 fn parenthesized(self) -> Result<ParseBuffer<'a>> { in parenthesized() method
42 let parenthesized = match &expect_group { in parse() localVariable
137 macro_rules! parenthesized { macro
846 let parenthesized = PathArguments::Parenthesized(input.parse()?); in parse() localVariable
829 let parenthesized = PathArguments::Parenthesized(args); in parse() localVariable
138 .. _parenthesized: target
126 .. _parenthesized: target
219 namespace parenthesized { namespace
706 int complex_args = 0, parenthesized = 0; in ast_for_arguments() local