Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h737 createOutputFileImpl(StringRef OutputPath, bool Binary,
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp833 createOutputFileImpl(OutputPath, Binary, RemoveFileOnSignal, UseTemporary, in createOutputFile()
843 CompilerInstance::createOutputFileImpl(StringRef OutputPath, bool Binary, in createOutputFileImpl() function in CompilerInstance