Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/
H A DCIRGenAction.cpp183 std::unique_ptr<llvm::raw_pwrite_stream> Out = CI.takeOutputStream(); in CreateASTConsumer()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h819 std::unique_ptr<llvm::raw_pwrite_stream> takeOutputStream() { in takeOutputStream() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp961 std::unique_ptr<raw_pwrite_stream> OS = CI.takeOutputStream(); in CreateASTConsumer()