Home | History | Annotate | Download | only in Parse

Lines Matching defs:Keyword

810     IdentifierInfo *Keyword = Tok.getIdentifierInfo();
813 if (Keyword == Ident_unavailable) {
816 << Keyword << SourceRange(UnavailableLoc);
823 Diag(Tok, diag::err_expected_after) << Keyword << tok::equal;
828 if (Keyword == Ident_message) {
848 if (Keyword == Ident_introduced)
850 else if (Keyword == Ident_deprecated)
852 else if (Keyword == Ident_obsoleted)
860 << Keyword
870 << Keyword << VersionRange;
1775 // recover by ignoring the 'template' keyword.
2193 // If no type was suggested, the correction is to a keyword
2706 // then treat __is_signed as an identifier rather than as a keyword.
2736 // Check for need to substitute AltiVec keyword tokens.
3146 // If the _Atomic keyword is immediately followed by a left parenthesis,
4182 // friend keyword.
4427 // with the MS modifier keyword.
5518 // If valid, this location is the position where we read the 'static' keyword.