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

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
  584   if (D->isDeprecated() || IsCategoryNameWithDeprecatedSuffix(D))
  588     if (Method->isDeprecated())
  604         !Prop->isDeprecated())
  845   if (!IDecl || ObjCProtocolDecls.empty() || IDecl->isDeprecated())
  913       EnumDcl->isDeprecated())
  933   if (TypedefDcl->isDeprecated())
 1220     if (SetterMethod->isDeprecated() ||
 1291   if (CDecl->isDeprecated() || IsCategoryNameWithDeprecatedSuffix(CDecl))
 1296     if (Method->isDeprecated())
 1432   if (Decl->isDeprecated())
 1571   if (!isa<ObjCInterfaceDecl>(CDecl) || CDecl->isDeprecated())
 1720     if (MD->isDeprecated() ||
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7618       if (C->isDeprecated())
tools/clang/lib/Sema/SemaDeclObjC.cpp
  306       if (!CD->getClassInterface()->isDeprecated())
 3328       if (Method->isDeprecated() && SameDeclaration &&
 3329           !ListWithSameDeclaration && !List->getMethod()->isDeprecated())
 3354     if (Method->isDeprecated()) {
 3355       if (!PrevObjCMethod->isDeprecated())
tools/clang/tools/extra/clangd/FindSymbols.cpp
  160   SI.deprecated = ND.isDeprecated();
tools/clang/tools/extra/clangd/XRefs.cpp
 1063   THI.deprecated = ND.isDeprecated();