Home | History | Annotate | Download | only in libcpp

Lines Matching refs:spelling

86   /* The canonical (UTF-8) spelling of this identifier.  */
1742 spelling location of the returned token. */
2596 replacement list), PARM_DEF_LOC is the spelling location of the
2974 related to macro expansion or a spelling location. */
3218 separate from the spelling location carried by the returned token.
3222 expansion; in that case the token's spelling location indicates the
3233 - the spelling location of the token
3253 location is just the same thing as its spelling location. */
3425 /* Save parameter NODE (spelling SPELLING) to the parameter list of
3429 cpp_hashnode *spelling)
3454 ((cpp_hashnode **)base)[n] = spelling;
3540 token->val.node.spelling))
3618 cpp_hashnode *spelling = token->val.node.spelling;
3621 token->val.macro_arg.spelling = spelling;
4100 len += NODE_LEN (token->val.macro_arg.spelling);
4171 NODE_NAME (token->val.macro_arg.spelling),
4172 NODE_LEN (token->val.macro_arg.spelling));
4173 buffer += NODE_LEN (token->val.macro_arg.spelling);