reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1059 if (Keyword == Ident_strict) { 1062 << Keyword << SourceRange(StrictLoc); 1068 if (Keyword == Ident_unavailable) { 1071 << Keyword << SourceRange(UnavailableLoc); 1077 if (Keyword == Ident_deprecated && Platform->Ident && 1082 << Keyword 1093 Diag(Tok, diag::err_expected_after) << Keyword << tok::equal; 1098 if (Keyword == Ident_message || Keyword == Ident_replacement) { 1098 if (Keyword == Ident_message || Keyword == Ident_replacement) { 1105 if (Keyword == Ident_message) 1120 if (Keyword == Ident_message) 1128 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && 1128 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && 1133 if (Keyword == Ident_introduced) 1148 if (Keyword == Ident_introduced) 1150 else if (Keyword == Ident_deprecated) 1152 else if (Keyword == Ident_obsoleted) 1160 << Keyword 1170 << Keyword << VersionRange;