Searched refs:tempFilename (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h169 OutputFile(std::string filename, std::string tempFilename) argument
170 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {

Completed in 106 milliseconds