Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h811 createOutputFileImpl(StringRef OutputPath, bool Binary,
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp837 createOutputFileImpl(OutputPath, Binary, RemoveFileOnSignal, UseTemporary, in createOutputFile()
847 CompilerInstance::createOutputFileImpl(StringRef OutputPath, bool Binary, in createOutputFileImpl() function in CompilerInstance