Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs363 enable_function_attribute_detection: bool, field
554 enable_function_attribute_detection, in builder_from_flags()
798 if enable_function_attribute_detection { in builder_from_flags()
799 builder = builder.enable_function_attribute_detection(); in builder_from_flags()
/third_party/rust/crates/rust-openssl/openssl-sys/build/
Drun_bindgen.rs119 .enable_function_attribute_detection() in run_boringssl()
/third_party/rust/crates/bindgen/bindgen/options/
Dmod.rs746 enable_function_attribute_detection: bool {
760 pub fn enable_function_attribute_detection(mut self) -> Self {
761 self.options.enable_function_attribute_detection = true;
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs497 if ctx.options().enable_function_attribute_detection { in from_ty()