Home | History | Annotate | Download | only in Frontend

Lines Matching refs:raw_null_ostream

587 llvm::raw_null_ostream *CompilerInstance::createNullOutputFile() {
588 auto OS = llvm::make_unique<llvm::raw_null_ostream>();
589 llvm::raw_null_ostream *Ret = OS.get();