Searched defs:spelling (Results 1 – 7 of 7) sorted by relevance
95 pub fn spelling(&self) -> String { in spelling() method938 spelling: CXString, field949 pub fn spelling(&self) -> &[u8] { in spelling() method1000 let spelling = clang_getTokenSpelling(self.tu, *raw); in next() localVariable1154 pub fn spelling(&self) -> String { in spelling() method
416 let spelling = cursor.spelling(); in from_ty() localVariable
1930 let spelling = ty.spelling(); in build_wrapper() localVariable1999 let spelling = ty.spelling(); in build_builtin_ty() localVariable2113 let spelling = cursor.spelling(); in tokenize_namespace() localVariable
1465 let spelling = cursor.spelling(); in parse() localVariable
872 let spelling = self.name().expect("Unnamed alias?"); in codegen() localVariable
11309 void TagInfo::add( std::string const& spelling ) { in add()11316 for (auto const& spelling : spellings) { in all() local11322 for (auto const& spelling : spellings) { in all() local
83593 static nsIAtom* spelling; member in nsGkAtoms