OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outputDir
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/
FileRemapper.h
46
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
);
ARCMT.h
58
/// and metadata into the \p
outputDir
path.
71
DiagnosticConsumer *DiagClient, StringRef
outputDir
,
74
/// Get the set of file remappings from the \p
outputDir
path that
79
StringRef
outputDir
,
108
StringRef
outputDir
= StringRef());
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
FileRemapper.cpp
30
void FileRemapper::clear(StringRef
outputDir
) {
36
if (!
outputDir
.empty()) {
37
std::string infoFile = getRemapInfoFile(
outputDir
);
42
std::string FileRemapper::getRemapInfoFile(StringRef
outputDir
) {
43
assert(!
outputDir
.empty());
44
SmallString<128> InfoFile =
outputDir
;
49
bool FileRemapper::initFromDisk(StringRef
outputDir
, DiagnosticsEngine &Diag,
51
std::string infoFile = getRemapInfoFile(
outputDir
);
109
bool FileRemapper::flushToDisk(StringRef
outputDir
, DiagnosticsEngine &Diag) {
112
if (fs::create_directory(
outputDir
))
[
all
...]
ARCMT.cpp
341
DiagnosticConsumer *DiagClient, StringRef
outputDir
,
359
MigrationProcess migration(CInvok, PCHContainerOps, DiagClient,
outputDir
);
376
if (
outputDir
.empty()) {
380
return migration.getRemapper().flushToDisk(
outputDir
, *Diags);
395
DiagnosticConsumer *DiagClient, StringRef
outputDir
,
397
assert(!
outputDir
.empty() && "Expected output directory path");
398
return applyTransforms(origCI, Input, PCHContainerOps, DiagClient,
outputDir
,
404
StringRef
outputDir
,
406
assert(!
outputDir
.empty());
414
bool err = remapper.initFromDisk(
outputDir
, *Diags
[
all
...]
/src/external/mit/expat/dist/xmlwf/
xmlwf.c
966
const XML_Char *
outputDir
= NULL;
1054
XMLWF_SHIFT_ARG_INTO(
outputDir
, argc, argv, i, j);
1201
outputDir
= 0;
1205
} else if (
outputDir
) {
1224
outName = (XML_Char *)malloc((tcslen(
outputDir
) + tcslen(file) + 2)
1230
tcscpy(outName,
outputDir
);
1294
if (
outputDir
) {
/src/external/apache2/llvm/dist/clang/utils/
FindSpecRefs
817
root,
outputDir
= args
841
referencesPath = os.path.join(
outputDir
,'references.html')
Completed in 17 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026