Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dobjc.rs117 pub fn is_category(&self) -> bool { in is_category() method
/external/rust/crates/bindgen/src/codegen/
Dmod.rs4030 if !self.is_category() && !self.is_protocol() { in codegen()