Searched refs:NullOS (Results 1 – 3 of 3) sorted by relevance
103 std::unique_ptr<llvm::raw_null_ostream> NullOS; member in __anon881592160111::PrintPPOutputPPCallbacks130 NullOS = std::make_unique<llvm::raw_null_ostream>(); in PrintPPOutputPPCallbacks()376 OS = isSystem(FileType) ? OrigOS : NullOS.get(); in FileChanged()
1337 raw_null_ostream NullOS; in EmitMatcherTable() local1338 unsigned TotalSize = MatcherEmitter.SizeMatcherList(TheMatcher, NullOS); in EmitMatcherTable()
390 raw_null_ostream NullOS; in writeStringWithAlignment() local 391 uint64_t StrSizeLength = encodeULEB128(Str.size(), NullOS); in writeStringWithAlignment()