Lines Matching refs:spelling
30 self.spelling(), in fmt()
58 pub fn spelling(&self) -> String { in spelling() method
557 t.spelling() == name.as_bytes() in has_attr()
789 spelling: CXString, field
800 pub fn spelling(&self) -> &[u8] { in spelling() method
802 CStr::from_ptr(clang_getCString(self.spelling) as *const _) in spelling()
827 raw: self.spelling().to_vec().into_boxed_slice(), in as_cexpr_token()
834 unsafe { clang_disposeString(self.spelling) } in drop()
851 let spelling = clang_getTokenSpelling(self.tu, *raw); in next() localVariable
856 spelling, in next()
921 self.spelling(), in fmt()
1005 pub fn spelling(&self) -> String { in spelling() method
1287 fn hacky_parse_associated_type<S: AsRef<str>>(spelling: S) -> bool { in is_associated_type()
1294 ASSOC_TYPE_RE.is_match(spelling.as_ref()) in is_associated_type()
1298 (hacky_parse_associated_type(self.spelling()) || in is_associated_type()
1300 self.canonical_type().spelling(), in is_associated_type()
1731 format!(" {}spelling = \"{}\"", prefix, c.spelling()), in ast_dump()
1854 format!(" {}spelling = \"{}\"", prefix, ty.spelling()), in ast_dump()