Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp768 StringRef OutputExtension = llvm::sys::path::extension(OutFile); in createOutputFile() local
770 StringRef(OutFile).drop_back(OutputExtension.size()); in createOutputFile()
772 TempPath += OutputExtension; in createOutputFile()