HomeSort by relevance Sort by last modified time
    Searched refs:GCOnly (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/Basic/
LangOptions.h 48 enum GCMode { NonGC, GCOnly, HybridGC };
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 102 assert (LOpts.getGC() != LangOptions::GCOnly);
282 if (mgr.getLangOpts().getGC() == LangOptions::GCOnly)
RetainCountChecker.cpp     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 535 if (OrigGCMode == LangOptions::GCOnly && NoFinalizeRemoval)
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 546 case LangOptions::GCOnly:
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp 343 Context.getLangOpts().getGC() == LangOptions::GCOnly) &&
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGBlocks.cpp     [all...]
CGObjCMac.cpp     [all...]
CGObjC.cpp 609 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 760 assert(Opts.getGC() == LangOptions::GCOnly && "Invalid GC mode!");
    [all...]

Completed in 267 milliseconds