Searched refs:GCMode (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| D | Internals.h | 145 LangOptions::GCMode OrigGCMode; 153 MigrationPass(ASTContext &Ctx, LangOptions::GCMode OrigGCMode, in MigrationPass()
|
| D | ARCMT.cpp | 241 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in checkForManualIssues() 340 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in applyTransforms()
|
| D | Transforms.cpp | 599 LangOptions::GCMode OrigGCMode, in getAllTransformations()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/ARCMigrate/ |
| D | ARCMT.h | 91 std::vector<TransformFn> getAllTransformations(LangOptions::GCMode OrigGCMode,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | LangOptions.h | 60 enum GCMode { NonGC, GCOnly, HybridGC }; enum
|
| D | LangOptions.def | 155 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode")
|