Home | History | Annotate | Download | only in Lex

Lines Matching defs:Spelling

119     std::string Spelling = getSpelling(MacroNameTok, &Invalid);
123 const IdentifierInfo &Info = Identifiers.get(Spelling);
127 Diag(MacroNameTok, diag::err_pp_operator_used_as_macro_name) << Spelling;
262 // this is safe in the face of spelling differences, because there is no way
1093 /// spelling of the filename, but is also expected to handle the case when
1160 // Append the spelling of this token to the buffer. If there was a space
1165 // Get the spelling of the token, directly into FilenameBuffer if possible.
1206 // Reserve a buffer to get the spelling.