reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseDecl.cpp
 1039     Ident_deprecated = PP.getIdentifierInfo("deprecated");
 1077     if (Keyword == Ident_deprecated && Platform->Ident &&
 1128     if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) &&
 1150     else if (Keyword == Ident_deprecated)
tools/clang/lib/Parse/Parser.cpp
  487   Ident_deprecated = nullptr;