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

  /external/clang/include/clang/ARCMigrate/
ARCMT.h 91 std::vector<TransformFn> getAllTransformations(LangOptions::GCMode OrigGCMode,
  /external/clang/include/clang/Basic/
LangOptions.h 60 enum GCMode { NonGC, GCOnly, HybridGC };
  /external/clang/lib/ARCMigrate/
Internals.h 145 LangOptions::GCMode OrigGCMode;
153 MigrationPass(ASTContext &Ctx, LangOptions::GCMode OrigGCMode,
ARCMT.cpp 247 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
350 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
Transforms.cpp 593 LangOptions::GCMode OrigGCMode,

Completed in 4831 milliseconds