LLVM 22.0.0git
|
#include "llvm/Support/raw_ostream.h"
Public Member Functions | |
indent (unsigned NumIndents, unsigned Scale=1) | |
void | operator+= (unsigned N) |
void | operator-= (unsigned N) |
indent | operator+ (unsigned N) const |
indent | operator- (unsigned N) const |
indent & | operator++ () |
indent | operator++ (int) |
indent & | operator-- () |
indent | operator-- (int) |
indent & | operator= (unsigned N) |
Public Attributes | |
unsigned | NumIndents |
unsigned | Scale |
Definition at line 782 of file raw_ostream.h.
Definition at line 787 of file raw_ostream.h.
References NumIndents, and Scale.
Referenced by operator+(), operator++(), operator++(), operator-(), operator--(), operator--(), and operator=().
Definition at line 796 of file raw_ostream.h.
References indent(), N, NumIndents, and Scale.
|
inline |
Definition at line 801 of file raw_ostream.h.
References indent(), and NumIndents.
|
inline |
Definition at line 805 of file raw_ostream.h.
References indent(), and NumIndents.
|
inline |
Definition at line 791 of file raw_ostream.h.
References N, and NumIndents.
Definition at line 797 of file raw_ostream.h.
References assert(), indent(), N, NumIndents, and Scale.
|
inline |
Definition at line 810 of file raw_ostream.h.
References assert(), indent(), and NumIndents.
|
inline |
Definition at line 815 of file raw_ostream.h.
References assert(), indent(), and NumIndents.
|
inline |
Definition at line 792 of file raw_ostream.h.
References assert(), N, and NumIndents.
Definition at line 821 of file raw_ostream.h.
References indent(), N, and NumIndents.
unsigned llvm::indent::NumIndents |
Definition at line 784 of file raw_ostream.h.
Referenced by indent(), operator+(), operator++(), operator++(), operator+=(), operator-(), operator--(), operator--(), operator-=(), llvm::operator<<(), and operator=().
unsigned llvm::indent::Scale |
Definition at line 785 of file raw_ostream.h.
Referenced by indent(), operator+(), operator-(), and llvm::operator<<().