Home | History | Annotate | Download | only in Support

Lines Matching refs:shouldClose

443     ShouldClose = true;
451 ShouldClose = false;
456 ShouldClose = true;
460 /// ShouldClose is true, this closes the file when the stream is destroyed.
461 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered)
463 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) {
482 if (ShouldClose)
558 assert(ShouldClose);
559 ShouldClose = false;