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

  /external/clang/include/clang/Basic/
LangOptions.h 28 enum GCMode { NonGC, GCOnly, HybridGC };
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 102 assert (LOpts.getGC() != LangOptions::GCOnly);
281 if (mgr.getLangOptions().getGC() == LangOptions::GCOnly)
RetainCountChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 345 case LangOptions::GCOnly:
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp 340 Context.getLangOptions().getGC() == LangOptions::GCOnly) &&
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 725 assert(Opts.getGC() == LangOptions::GCOnly && "Invalid GC mode!");
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGBlocks.cpp     [all...]
CGObjC.cpp 470 if (CGM.getLangOptions().getGC() == LangOptions::GCOnly) {
    [all...]
CGObjCMac.cpp     [all...]

Completed in 115 milliseconds