Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dvar.rs191 if cursor.is_macro_function_like() { in parse()
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs272 pub fn is_macro_function_like(&self) -> bool { in is_macro_function_like() method