HomeSort by: relevance | last modified time | path
    Searched defs:is_displayed (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 314 virtual bool is_displayed() const { return false; } function in class:llvm::raw_ostream
318 virtual bool has_colors() const { return is_displayed(); }
510 bool is_displayed() const override;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp 513 if (sys::Process::ColorNeedsFlush() && !is_displayed())
844 if (S_ISCHR(statbuf.st_mode) && is_displayed())
853 bool raw_fd_ostream::is_displayed() const { function in class:raw_fd_ostream

Completed in 56 milliseconds