Home | History | Annotate | Download | only in clang-c

Lines Matching refs:Tokens

259  * the tokens parsed in the source code. These data types and functions are
562 * test.c:28: warning: extra tokens at end of #endif directive
2868 * The routines in this group provide access to the tokens within a
2869 * translation unit, along with a semantic mapping of those tokens to
2939 * lexical tokens.
2944 * tokens produced by tokenization will fall within this source range,
2946 * \param Tokens this pointer will be set to point to the array of tokens
2950 * \param NumTokens will be set to the number of tokens in the \c *Tokens
2955 CXToken **Tokens, unsigned *NumTokens);
2958 * \brief Annotate the given set of tokens by providing cursors for each token
2963 * tokens. The cursors provided are filtered, so that only those
2973 * annotate, since the tokens "f" and "x' directly refer to a function
2978 * \param TU the translation unit that owns the given tokens.
2980 * \param Tokens the set of tokens to annotate.
2982 * \param NumTokens the number of tokens in \p Tokens.
2988 CXToken *Tokens, unsigned NumTokens,
2992 * \brief Free the given set of tokens.
2995 CXToken *Tokens, unsigned NumTokens);