Searched refs:OutDirectory (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-doc/tool/ |
D | ClangDocMain.cpp | 65 OutDirectory("output", variable 214 OutDirectory, in main() 297 getInfoOutputFile(OutDirectory, I->getRelativeFilePath(""), in main()
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | Representation.cpp | 324 StringRef OutDirectory, StringRef SourceRoot, in ClangDocContext() argument 329 OutDirectory(OutDirectory), UserStylesheets(UserStylesheets), in ClangDocContext()
|
D | HTMLGenerator.cpp | 892 llvm::sys::path::native(CDCtx.OutDirectory, FilePath); in SerializeIndex() 941 llvm::sys::path::native(CDCtx.OutDirectory, IndexPath); in GenIndex() 968 static llvm::Error CopyFile(StringRef FilePath, StringRef OutDirectory) { in CopyFile() argument 970 llvm::sys::path::native(OutDirectory, PathWrite); in CopyFile() 994 Err = CopyFile(FilePath, CDCtx.OutDirectory); in createResources() 999 Err = CopyFile(FilePath, CDCtx.OutDirectory); in createResources()
|
D | MDGenerator.cpp | 292 llvm::sys::path::native(CDCtx.OutDirectory, FilePath); in serializeIndex() 315 llvm::sys::path::native(CDCtx.OutDirectory, FilePath); in genIndex()
|
D | Representation.h | 429 bool PublicOnly, StringRef OutDirectory, StringRef SourceRoot, 436 std::string OutDirectory; // Directory for outputting generated files. member
|