Searched refs:meta_str (Results 1 – 1 of 1) sorted by relevance
256 let meta_str = meta_list.tokens.to_string(); in handle_s_macro_with_attrs() localVariable258 match self.seen_s_macro_cfgs.get(&meta_str) { in handle_s_macro_with_attrs()268 self.seen_s_macro_cfgs.insert(meta_str.clone(), span); in handle_s_macro_with_attrs()272 if !meta_str.starts_with("not") in handle_s_macro_with_attrs()273 && !meta_str.starts_with("any") in handle_s_macro_with_attrs()274 && !meta_str.starts_with("all") in handle_s_macro_with_attrs()417 let meta_str = meta_list.tokens.to_string(); in visit_meta_list() localVariable419 && (meta_str.contains("Copy") || meta_str.contains("Clone")) in visit_meta_list()