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

References

tools/clang/lib/ARCMigrate/Transforms.cpp
  587   if (OrigGCMode ==  LangOptions::GCOnly && NoFinalizeRemoval)
tools/clang/lib/CodeGen/CGDecl.cpp
 2015       CGM.getLangOpts().getGC() != LangOptions::GCOnly) {
tools/clang/lib/CodeGen/CGObjC.cpp
  848     if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 2504   if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
 2624   if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
 3775       case LangOptions::GCOnly:
tools/clang/lib/CodeGen/CGObjCMac.cpp
 4995     if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
 6151     if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) {
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2549       Opts.setGC(LangOptions::GCOnly);
tools/clang/lib/Sema/SemaDeclObjC.cpp
  480               getLangOpts().getGC() == LangOptions::GCOnly))
tools/clang/lib/Sema/SemaObjCProperty.cpp
 2207   if (getLangOpts().getGC() == LangOptions::GCOnly)
 2689           if (getLangOpts().getGC() != LangOptions::GCOnly)
 2706       && getLangOpts().getGC() == LangOptions::GCOnly
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  192   assert(Mgr.getLangOpts().getGC() != LangOptions::GCOnly);
 1093   return LO.getGC() != LangOptions::GCOnly && !LO.ObjCAutoRefCount;