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 90 std::vector<TransformFn> getAllTransformations(LangOptions::GCMode OrigGCMode,
  /external/clang/include/clang/Basic/
LangOptions.h 48 enum GCMode { NonGC, GCOnly, HybridGC };
  /external/clang/lib/ARCMigrate/
Internals.h 142 LangOptions::GCMode OrigGCMode;
148 MigrationPass(ASTContext &Ctx, LangOptions::GCMode OrigGCMode,
ARCMT.cpp 231 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
328 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
Transforms.cpp 531 LangOptions::GCMode OrigGCMode,

Completed in 92 milliseconds