Lines Matching refs:Atom
1 use crate::syntax::atom::Atom::{self, *};
84 if Atom::from(ident).is_none()
105 if Atom::from(&ident.rust).is_none() {
125 match Atom::from(&ident.rust) {
146 match Atom::from(&ident.rust) {
164 match Atom::from(&ident.rust) {
185 match Atom::from(&ident.rust) {
209 match Atom::from(&ident.rust) {
524 if Atom::from(&inner.rust).is_none() {
570 Type::Ident(ident) if Atom::from(&ident.rust).is_none() => {
606 || Atom::from(ident).is_some()
711 } else if Atom::from(&ident.rust) == Some(CxxString) {
713 } else if Atom::from(&ident.rust) == Some(Char) {