HomeSort by: relevance | last modified time | path
    Searched refs:GCMode (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/
ARCMT.h 93 std::vector<TransformFn> getAllTransformations(LangOptions::GCMode OrigGCMode,
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Internals.h 149 LangOptions::GCMode OrigGCMode;
157 MigrationPass(ASTContext &Ctx, LangOptions::GCMode OrigGCMode,
ARCMT.cpp 245 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
346 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
Transforms.cpp 584 LangOptions::GCMode OrigGCMode,
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h 63 enum GCMode { NonGC, GCOnly, HybridGC };

Completed in 70 milliseconds