Searched refs:enable_function_attribute_detection (Results 1 – 3 of 3) sorted by relevance
360 enable_function_attribute_detection: bool, field542 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()
748 enable_function_attribute_detection: bool {762 pub fn enable_function_attribute_detection(mut self) -> Self {763 self.options.enable_function_attribute_detection = true;
497 if ctx.options().enable_function_attribute_detection { in from_ty()