Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/arcmt-test/
H A Darcmt-test.cpp108 static bool checkForMigration(StringRef resourcesPath, in checkForMigration() argument
148 static bool performTransformations(StringRef resourcesPath, in performTransformations() argument
151 if (checkForMigration(resourcesPath, Args)) in performTransformations()
348 resourcesPath = CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main() local
373 return checkForMigration(resourcesPath, Args); in main()
375 return performTransformations(resourcesPath, Args); in main()