Home
last modified time | relevance | path

Searched refs:parse_fake_call_site (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/proc-macro-hack/src/
Dlib.rs162 parse_define_args, parse_enum_hack, parse_export_args, parse_fake_call_site, parse_input,
240 let input = parse_fake_call_site(input)?; in expand_fake_call_site()
Dparse.rs245 pub(crate) fn parse_fake_call_site(tokens: Iter) -> Result<FakeCallSite, Error> { in parse_fake_call_site() function