Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp39 static cl::opt<std::string> JsonOutputPath("json-output-path", variable
46 ASTSrcLocGenerationAction() : Processor(JsonOutputPath) {} in ASTSrcLocGenerationAction()
74 llvm::raw_fd_ostream JsonOut(JsonOutputPath, EC, llvm::sys::fs::OF_Text); in main()