Searched refs:arcmt (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMTActions.cpp14 using namespace arcmt;
17 if (arcmt::checkForManualIssues(CI.getInvocation(), getCurrentInput(),
22 // We only want to see warnings reported from arcmt::checkForManualIssues.
31 return !arcmt::applyTransformations(CI.getInvocation(), getCurrentInput(),
40 if (arcmt::migrateWithTemporaryFiles(
H A DPlistReporter.cpp15 using namespace arcmt;
34 void arcmt::writeARCDiagsToPlist(const std::string &outPath,
H A DTransARCAssign.cpp29 using namespace arcmt;
H A DTransGCCalls.cpp15 using namespace arcmt;
H A DTransUnusedInitDelegate.cpp28 using namespace arcmt;
H A DARCMT.cpp27 using namespace arcmt;
237 bool arcmt::checkForManualIssues(
249 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode,
350 if (arcmt::checkForManualIssues(CInvokForCheck, Input, PCHContainerOps,
362 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode,
384 bool arcmt::applyTransformations(
392 bool arcmt::migrateWithTemporaryFiles(
402 bool arcmt::getFileRemappings(std::vector<std::pair<std::string,std::string> > &
H A DTransAPIUses.cpp25 using namespace arcmt;
H A DTransBlockObjCVariable.cpp34 using namespace arcmt;
H A DTransEmptyStatementsAndDealloc.cpp28 using namespace arcmt;
H A DTransforms.h24 namespace arcmt { namespace in namespace:clang
220 } // end namespace arcmt
H A DTransZeroOutPropsInDealloc.cpp20 using namespace arcmt;
H A DTransProtectedScope.cpp21 using namespace arcmt;
H A DInternals.h24 namespace arcmt { namespace in namespace:clang
178 } // end namespace arcmt
H A DTransforms.cpp22 using namespace arcmt;
583 std::vector<TransformFn> arcmt::getAllTransformations(
H A DFileRemapper.cpp20 using namespace arcmt;
H A DTransAutoreleasePool.cpp37 using namespace arcmt;
H A DTransRetainReleaseDealloc.cpp29 using namespace arcmt;
H A DTransUnbridgedCasts.cpp54 using namespace arcmt;
H A DTransProperties.cpp40 using namespace arcmt;
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DARCMigrate.cpp21 using namespace arcmt;
60 bool err = arcmt::getFileRemappings(remap->Vec, migrate_dir_path,&diagBuffer);
104 bool err = arcmt::getFileRemappingsFromFileList(remap->Vec, Files,
/netbsd-current/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp113 return std::make_unique<arcmt::MigrateSourceAction>();
157 Act = std::make_unique<arcmt::CheckAction>(std::move(Act));
160 Act = std::make_unique<arcmt::ModifyAction>(std::move(Act));
163 Act = std::make_unique<arcmt::MigrateAction>(std::move(Act),
171 Act = std::make_unique<arcmt::ObjCMigrateAction>(std::move(Act),
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/
H A DARCMTActions.h17 namespace arcmt { namespace in namespace:clang
H A DARCMT.h21 namespace arcmt { namespace in namespace:clang
126 } // end namespace arcmt
H A DFileRemapper.h30 namespace arcmt { namespace in namespace:clang
80 } // end namespace arcmt
/netbsd-current/external/apache2/llvm/dist/clang/tools/arcmt-test/
H A Darcmt-test.cpp1 //===-- arcmt-test.cpp - ARC Migration Tool testbed -----------------------===//
24 using namespace arcmt;
47 "c-arcmt-test) and compare their contents with the filenames "
53 "c-arcmt-test)"));
59 "\nusage with compiler args: arcmt-test [options] --args [compiler flags]\n");
135 arcmt::checkForManualIssues(CI, CI.getFrontendOpts().Inputs[0],
177 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(),
355 llvm::cl::ParseCommandLineOptions(optargc, argv, "arcmt-test");

Completed in 229 milliseconds

12