Home
last modified time | relevance | path

Searched refs:parse_body_with (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/syn/src/
Dmac.rs130 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
/third_party/rust/crates/syn/codegen/src/
Dparse.rs660 let tokens = item.mac.parse_body_with(parsing::parse_token_macro)?; in load_token_file()
/third_party/rust/crates/cxx/syntax/
Dparse.rs387 match foreign.mac.parse_body_with(parse_include) { in parse_foreign_mod()