Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen-cli/
Doptions.rs360 enable_function_attribute_detection: bool, field
542 enable_function_attribute_detection, in builder_from_flags()
789 if enable_function_attribute_detection { in builder_from_flags()
790 builder = builder.enable_function_attribute_detection(); in builder_from_flags()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/options/
Dmod.rs748 enable_function_attribute_detection: bool {
762 pub fn enable_function_attribute_detection(mut self) -> Self {
763 self.options.enable_function_attribute_detection = true;
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dfunction.rs497 if ctx.options().enable_function_attribute_detection { in from_ty()