Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp569 llvm::SmallString<128> OutFilePath(OutputDir); in CreateOutputFile() local
572 OutFilePath.append({Seperator, Infilename}); in CreateOutputFile()
573 llvm::sys::path::replace_extension(OutFilePath, "json"); in CreateOutputFile()
577 OS = CI.createOutputFile(/*OutputPath=*/OutFilePath, /*Binary=*/false, in CreateOutputFile()