Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp867 std::optional<StringRef> OSFile; in createOutputFileImpl() local
932 OSFile = Temp->TmpName; in createOutputFileImpl()
940 OSFile = OutputPath; in createOutputFileImpl()
943 *OSFile, EC, in createOutputFileImpl()