Searched refs:remove_attr (Results 1 – 3 of 3) sorted by relevance
1 use auxiliary_macro::remove_attr;8 #[remove_attr(struct_all)]14 #[remove_attr(struct_all)]22 #[remove_attr(struct_pin)]27 #[remove_attr(struct_pin)]
1 use auxiliary_macro::remove_attr;8 #[remove_attr(field_all)]14 #[remove_attr(field_all)]
309 bool remove_attr = false; in UnmarkChildren() local312 remove_attr = true; in UnmarkChildren()317 if (remove_attr) op->removeAttr(kXlaOutsideCompilationAttr); in UnmarkChildren()