Home
last modified time | relevance | path

Searched refs:GCMode (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDInternals.h148 LangOptions::GCMode OrigGCMode;
156 MigrationPass(ASTContext &Ctx, LangOptions::GCMode OrigGCMode, in MigrationPass()
HDARCMT.cpp241 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in checkForManualIssues()
342 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in applyTransforms()
HDTransforms.cpp590 LangOptions::GCMode OrigGCMode, in getAllTransformations()
/NextBSD/contrib/llvm/tools/clang/include/clang/ARCMigrate/
HDARCMT.h94 std::vector<TransformFn> getAllTransformations(LangOptions::GCMode OrigGCMode,
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDLangOptions.h52 enum GCMode { NonGC, GCOnly, HybridGC }; enum
HDLangOptions.def200 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode")