Home | History | Annotate | Download | only in Parse

Lines Matching refs:Keyword

586     IdentifierInfo *Keyword = Tok.getIdentifierInfo();
589 if (Keyword == Ident_unavailable) {
592 << Keyword << SourceRange(UnavailableLoc);
605 << Keyword;
620 if (Keyword == Ident_introduced)
622 else if (Keyword == Ident_deprecated)
624 else if (Keyword == Ident_obsoleted)
632 << Keyword
642 << Keyword << VersionRange;
1799 // then treat __is_signed as an identifier rather than as a keyword.
1830 // Check for need to substitute AltiVec keyword tokens.
2288 // Check for need to substitute AltiVec keyword tokens.
4434 // If valid, this location is the position where we read the 'static' keyword.