Home
last modified time | relevance | path

Searched defs:parse_token_trees (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_parse/src/lexer/
Dtokentrees.rs32 fn parse_token_trees(&mut self, is_delimited: bool) -> PResult<'a, TokenStream> { in parse_token_trees() method
Dmod.rs45 pub(crate) fn parse_token_trees<'a>( in parse_token_trees() function