Searched refs:enable_function_attribute_detection (Results 1 – 3 of 3) sorted by relevance
357 enable_function_attribute_detection: bool, field538 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()
732 enable_function_attribute_detection: bool {746 pub fn enable_function_attribute_detection(mut self) -> Self {747 self.options.enable_function_attribute_detection = true;
495 if ctx.options().enable_function_attribute_detection { in from_ty()