Lines Matching refs:is_ident
46 if attr.path.is_ident("doc") { in parse()
59 } else if attr.path.is_ident("derive") { in parse()
72 } else if attr.path.is_ident("repr") { in parse()
85 } else if attr.path.is_ident("namespace") { in parse()
98 } else if attr.path.is_ident("cxx_name") { in parse()
111 } else if attr.path.is_ident("rust_name") { in parse()
124 } else if attr.path.is_ident("allow") in parse()
125 || attr.path.is_ident("warn") in parse()
126 || attr.path.is_ident("deny") in parse()
127 || attr.path.is_ident("forbid") in parse()
128 || attr.path.is_ident("deprecated") in parse()
129 || attr.path.is_ident("must_use") in parse()