Home | History | Annotate | Download | only in Support

Lines Matching refs:shouldClose

449     ShouldClose = true;
458 ShouldClose = false;
463 ShouldClose = true;
467 /// ShouldClose is true, this closes the file when the stream is destroyed.
468 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered)
470 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) {
490 if (ShouldClose)
566 assert(ShouldClose);
567 ShouldClose = false;