Searched refs:NullOS (Results 1 – 3 of 3) sorted by relevance
102 std::unique_ptr<llvm::raw_null_ostream> NullOS; member in __anon4bae9f8c0111::PrintPPOutputPPCallbacks126 NullOS = std::make_unique<llvm::raw_null_ostream>(); in PrintPPOutputPPCallbacks()361 OS = isSystem(FileType) ? OrigOS : NullOS.get(); in FileChanged()
1339 raw_null_ostream NullOS; in EmitMatcherTable() local1340 unsigned TotalSize = MatcherEmitter.SizeMatcherList(TheMatcher, NullOS); in EmitMatcherTable()
393 raw_null_ostream NullOS; in writeStringWithAlignment() local394 uint64_t StrSizeLength = encodeULEB128(Str.size(), NullOS); in writeStringWithAlignment()