Home | History | Annotate | Download | only in Parse

Lines Matching defs:Keyword

859     IdentifierInfo *Keyword = Tok.getIdentifierInfo();
862 if (Keyword == Ident_unavailable) {
865 << Keyword << SourceRange(UnavailableLoc);
878 << Keyword;
883 if (Keyword == Ident_message) {
903 if (Keyword == Ident_introduced)
905 else if (Keyword == Ident_deprecated)
907 else if (Keyword == Ident_obsoleted)
915 << Keyword
925 << Keyword << VersionRange;
1830 // recover by ignoring the 'template' keyword.
2216 // If no type was suggested, the correction is to a keyword
2618 // then treat __is_signed as an identifier rather than as a keyword.
2650 // Check for need to substitute AltiVec keyword tokens.
3084 // If the _Atomic keyword is immediately followed by a left parenthesis,
4143 // friend keyword.
5435 // If valid, this location is the position where we read the 'static' keyword.