Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h768 std::unique_ptr<llvm::raw_pwrite_stream> takeOutputStream() { in takeOutputStream() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp915 std::unique_ptr<raw_pwrite_stream> OS = CI.takeOutputStream(); in CreateASTConsumer()