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

  /external/clang/lib/ARCMigrate/
Internals.h 148 LangOptions::GCMode OrigGCMode;
156 MigrationPass(ASTContext &Ctx, LangOptions::GCMode OrigGCMode,
ARCMT.cpp 245 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
346 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
Transforms.cpp 588 LangOptions::GCMode OrigGCMode,
  /external/clang/include/clang/ARCMigrate/
ARCMT.h 94 std::vector<TransformFn> getAllTransformations(LangOptions::GCMode OrigGCMode,
  /external/clang/include/clang/Basic/
LangOptions.h 52 enum GCMode { NonGC, GCOnly, HybridGC };

Completed in 189 milliseconds