Lines Matching defs:spelling
86 /* The canonical (UTF-8) spelling of this identifier. */
1751 spelling location of the returned token. */
2605 replacement list), PARM_DEF_LOC is the spelling location of the
2983 related to macro expansion or a spelling location. */
3227 separate from the spelling location carried by the returned token.
3231 expansion; in that case the token's spelling location indicates the
3242 - the spelling location of the token
3262 location is just the same thing as its spelling location. */
3434 /* Save parameter NODE (spelling SPELLING) to the parameter list of
3438 cpp_hashnode *spelling)
3463 ((cpp_hashnode **)base)[n] = spelling;
3549 token->val.node.spelling))
3627 cpp_hashnode *spelling = token->val.node.spelling;
3630 token->val.macro_arg.spelling = spelling;
4117 len += NODE_LEN (token->val.macro_arg.spelling);
4188 NODE_NAME (token->val.macro_arg.spelling),
4189 NODE_LEN (token->val.macro_arg.spelling));
4190 buffer += NODE_LEN (token->val.macro_arg.spelling);