Searched refs:parse_body_with (Results 1 – 3 of 3) sorted by relevance
130 self.parse_body_with(T::parse) in parse_body()137 pub fn parse_body_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_body_with() method
660 let tokens = item.mac.parse_body_with(parsing::parse_token_macro)?; in load_token_file()
387 match foreign.mac.parse_body_with(parse_include) { in parse_foreign_mod()