Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/ARCMigrate/
DFileRemapper.cpp30 void FileRemapper::clear(StringRef outputDir) { in clear() argument
36 if (!outputDir.empty()) { in clear()
37 std::string infoFile = getRemapInfoFile(outputDir); in clear()
42 std::string FileRemapper::getRemapInfoFile(StringRef outputDir) { in getRemapInfoFile() argument
43 assert(!outputDir.empty()); in getRemapInfoFile()
44 SmallString<128> InfoFile = outputDir; in getRemapInfoFile()
49 bool FileRemapper::initFromDisk(StringRef outputDir, DiagnosticsEngine &Diag, in initFromDisk() argument
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk()
109 bool FileRemapper::flushToDisk(StringRef outputDir, DiagnosticsEngine &Diag) { in flushToDisk() argument
112 if (fs::create_directory(outputDir)) in flushToDisk()
[all …]
DARCMT.cpp339 DiagnosticConsumer *DiagClient, StringRef outputDir, in applyTransforms() argument
357 MigrationProcess migration(CInvok, PCHContainerOps, DiagClient, outputDir); in applyTransforms()
374 if (outputDir.empty()) { in applyTransforms()
378 return migration.getRemapper().flushToDisk(outputDir, *Diags); in applyTransforms()
393 DiagnosticConsumer *DiagClient, StringRef outputDir, in migrateWithTemporaryFiles() argument
395 assert(!outputDir.empty() && "Expected output directory path"); in migrateWithTemporaryFiles()
396 return applyTransforms(origCI, Input, PCHContainerOps, DiagClient, outputDir, in migrateWithTemporaryFiles()
402 StringRef outputDir, in getFileRemappings() argument
404 assert(!outputDir.empty()); in getFileRemappings()
412 bool err = remapper.initFromDisk(outputDir, *Diags, in getFileRemappings()
[all …]
/openbsd/src/gnu/llvm/clang/include/clang/ARCMigrate/
DFileRemapper.h46 bool initFromDisk(StringRef outputDir, DiagnosticsEngine &Diag,
50 bool flushToDisk(StringRef outputDir, DiagnosticsEngine &Diag);
54 StringRef outputDir = StringRef());
66 void clear(StringRef outputDir = StringRef());
77 std::string getRemapInfoFile(StringRef outputDir);
DARCMT.h71 DiagnosticConsumer *DiagClient, StringRef outputDir,
79 StringRef outputDir,
108 StringRef outputDir = StringRef());
/openbsd/src/gnu/llvm/clang/utils/
DFindSpecRefs817 root,outputDir = args
841 referencesPath = os.path.join(outputDir,'references.html')