Searched refs:will_parse_macro (Results 1 – 2 of 2) sorted by relevance
30 fn will_parse_macro(&self, _name: &str) -> MacroParsingBehavior { in will_parse_macro() method
213 match callbacks.will_parse_macro(&cursor.spelling()) { in parse()