Home | History | Annotate | Download | only in Parse

Lines Matching defs:Keyword

595     IdentifierInfo *Keyword = Tok.getIdentifierInfo();
598 if (Keyword == Ident_unavailable) {
601 << Keyword << SourceRange(UnavailableLoc);
614 << Keyword;
619 if (Keyword == Ident_message) {
638 if (Keyword == Ident_introduced)
640 else if (Keyword == Ident_deprecated)
642 else if (Keyword == Ident_obsoleted)
650 << Keyword
660 << Keyword << VersionRange;
2075 // then treat __is_signed as an identifier rather than as a keyword.
2107 // Check for need to substitute AltiVec keyword tokens.
4636 // If valid, this location is the position where we read the 'static' keyword.