Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp877 StringRef OutputExtension = llvm::sys::path::extension(OutputPath); in createOutputFileImpl() local
879 StringRef(OutputPath).drop_back(OutputExtension.size()); in createOutputFileImpl()
881 TempPath += OutputExtension; in createOutputFileImpl()