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/lib/ARCMigrate/
Internals.h 148 LangOptions::GCMode OrigGCMode;
156 MigrationPass(ASTContext &Ctx, LangOptions::GCMode OrigGCMode,
ARCMT.cpp 241 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
342 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
Transforms.cpp 592 LangOptions::GCMode OrigGCMode,
  /external/clang/include/clang/Basic/
LangOptions.h 59 enum GCMode { NonGC, GCOnly, HybridGC };

Completed in 72 milliseconds