Home
last modified time | relevance | path

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

/external/rust/crates/bindgen-cli/
Doptions.rs357 enable_function_attribute_detection: bool, field
538 enable_function_attribute_detection, in builder_from_flags()
781 if enable_function_attribute_detection { in builder_from_flags()
782 builder = builder.enable_function_attribute_detection(); in builder_from_flags()
/external/rust/crates/bindgen/options/
Dmod.rs732 enable_function_attribute_detection: bool {
746 pub fn enable_function_attribute_detection(mut self) -> Self {
747 self.options.enable_function_attribute_detection = true;
/external/rust/crates/bindgen/ir/
Dfunction.rs495 if ctx.options().enable_function_attribute_detection { in from_ty()