Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp818 StringRef OutputExtension = llvm::sys::path::extension(OutputPath); in createOutputFileImpl() local
820 StringRef(OutputPath).drop_back(OutputExtension.size()); in createOutputFileImpl()
822 TempPath += OutputExtension; in createOutputFileImpl()