Home
last modified time | relevance | path

Searched defs:reverseColor (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFormattedStream.h120 raw_ostream &reverseColor() override { in reverseColor() function
H A Draw_ostream.h271 virtual raw_ostream &reverseColor() { return *this; } in reverseColor() function
/freebsd-12.1/contrib/llvm/lib/Support/
H A Draw_ostream.cpp815 raw_ostream &raw_fd_ostream::reverseColor() { in reverseColor() function in raw_fd_ostream