Home | History | Annotate | Download | only in Basic

Lines Matching full:brief

11 /// \brief Defines the clang::TokenKind enum and support functions.
22 /// \brief Provides a simple uniform namespace for tokens from all C languages.
29 /// \brief Provides a namespace for preprocessor keywords which start with a
37 /// \brief Provides a namespace for Objective-C keywords which start with
46 /// \brief Defines the possible values of an on-off-switch (C99 6.10.6p2).
51 /// \brief Determines the name of a token as used within the front end.
57 /// \brief Determines the spelling of simple punctuation tokens like
66 /// \brief Return true if this is a raw identifier or an identifier kind.
71 /// \brief Return true if this is a C or C++ string-literal (or
79 /// \brief Return true if this is a "literal" kind, like a numeric
88 /// \brief Return true if this is any of tok::annot_* kinds.