Home
last modified time | relevance | path

Searched defs:OutDirectory (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-doc/tool/
DClangDocMain.cpp65 OutDirectory("output", variable
/external/llvm-project/clang-tools-extra/clang-doc/
DRepresentation.cpp324 StringRef OutDirectory, StringRef SourceRoot, in ClangDocContext()
DRepresentation.h436 std::string OutDirectory; // Directory for outputting generated files. member
DHTMLGenerator.cpp968 static llvm::Error CopyFile(StringRef FilePath, StringRef OutDirectory) { in CopyFile()