Searched refs:arcmt (Results 1 - 25 of 33) sorted by last modified time

12

/external/llvm/
H A Dconfigure1409 --enable-clang-arcmt Enable building of clang ARCMT (default is YES)
4858 # Check whether --enable-clang-arcmt was given.
4872 *) { { echo "$as_me:$LINENO: error: Invalid setting for --enable-clang-arcmt. Use \"yes\" or \"no\"" >&5
4873 echo "$as_me: error: Invalid setting for --enable-clang-arcmt. Use \"yes\" or \"no\"" >&2;}
/external/lldb/tools/lldb-perf/common/clang/
H A Dbuild-clang.sh24 ( cd ./Debug/bin ; rm -rf ll* clang-check clang-tblgen count diagtool fpcmp macho-dump not opt yaml2obj FileCheck FileUpdate arcmt-test c-arcmt-test c-index-test bugpoint )
25 ( cd ./tools ; rm -rf ll* clang-check clang-tblgen count diagtool fpcmp lto macho-dump not opt yaml2obj FileCheck FileUpdate arcmt-test c-arcmt-test c-index-test bugpoint )
27 ( cd ./tools/clang/tools ; rm -rf arcmt-test c-arcmt-test c-index-test clang-check diagtool libclang )
/external/clang/tools/
H A DMakefile26 DIRS += libclang c-index-test c-arcmt-test
27 PARALLEL_DIRS += arcmt-test
/external/clang/tools/arcmt-test/
H A DMakefile1 ##===- tools/arcmt-test/Makefile ---------------------------*- Makefile -*-===##
11 TOOLNAME = arcmt-test
H A Darcmt-test.cpp1 //===-- arcmt-test.cpp - ARC Migration Tool testbed -----------------------===//
22 using namespace arcmt;
45 "c-arcmt-test) and compare their contents with the filenames "
51 "c-arcmt-test)"));
57 "\nusage with compiler args: arcmt-test [options] --args [compiler flags]\n");
133 arcmt::checkForManualIssues(CI, CI.getFrontendOpts().Inputs[0],
175 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(),
354 llvm::cl::ParseCommandLineOptions(optargc, argv, "arcmt-test");
/external/clang/tools/c-arcmt-test/
H A DMakefile1 ##===- tools/c-arcmt-test/Makefile -------------------------*- Makefile -*-===##
11 TOOLNAME = c-arcmt-test
/external/clang/tools/libclang/
H A DARCMigrate.cpp21 using namespace arcmt;
60 bool err = arcmt::getFileRemappings(remap->Vec, migrate_dir_path,&diagBuffer);
101 bool err = arcmt::getFileRemappingsFromFileList(remap->Vec, Files,
/external/clang/include/clang/ARCMigrate/
H A DARCMT.h21 namespace arcmt { namespace in namespace:clang
121 } // end namespace arcmt
H A DARCMTActions.h18 namespace arcmt { namespace in namespace:clang
H A DFileRemapper.h29 namespace arcmt { namespace in namespace:clang
73 } // end namespace arcmt
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp25 using namespace arcmt;
233 bool arcmt::checkForManualIssues(CompilerInvocation &origCI,
245 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode,
346 if (arcmt::checkForManualIssues(CInvokForCheck, Input, DiagClient,
357 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode,
379 bool arcmt::applyTransformations(CompilerInvocation &origCI,
386 bool arcmt::migrateWithTemporaryFiles(CompilerInvocation &origCI,
397 bool arcmt::getFileRemappings(std::vector<std::pair<std::string,std::string> > &
H A DARCMTActions.cpp15 using namespace arcmt;
18 if (arcmt::checkForManualIssues(CI.getInvocation(), getCurrentInput(),
22 // We only want to see warnings reported from arcmt::checkForManualIssues.
31 return !arcmt::applyTransformations(CI.getInvocation(), getCurrentInput(),
39 if (arcmt::migrateWithTemporaryFiles(CI.getInvocation(),
H A DFileRemapper.cpp21 using namespace arcmt;
H A DInternals.h23 namespace arcmt { namespace in namespace:clang
177 } // end namespace arcmt
H A DObjCMT.cpp37 using namespace arcmt;
2083 bool arcmt::getFileRemappingsFromFileList(
H A DPlistReporter.cpp16 using namespace arcmt;
35 void arcmt::writeARCDiagsToPlist(const std::string &outPath,
H A DTransAPIUses.cpp26 using namespace arcmt;
H A DTransARCAssign.cpp30 using namespace arcmt;
H A DTransAutoreleasePool.cpp38 using namespace arcmt;
H A DTransBlockObjCVariable.cpp35 using namespace arcmt;
H A DTransEmptyStatementsAndDealloc.cpp29 using namespace arcmt;
H A DTransGCAttrs.cpp21 using namespace arcmt;
H A DTransGCCalls.cpp16 using namespace arcmt;
H A DTransProperties.cpp41 using namespace arcmt;
H A DTransProtectedScope.cpp21 using namespace arcmt;

Completed in 3565 milliseconds

12