|
LLVM 23.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 784 of file raw_ostream.h.
Definition at line 789 of file raw_ostream.h.
References NumIndents, and Scale.
Referenced by operator+(), operator++(), operator++(), operator-(), operator--(), operator--(), and operator=().
Definition at line 798 of file raw_ostream.h.
References indent(), N, NumIndents, and Scale.
|
inline |
Definition at line 803 of file raw_ostream.h.
References indent(), and NumIndents.
|
inline |
Definition at line 807 of file raw_ostream.h.
References indent(), and NumIndents.
|
inline |
Definition at line 793 of file raw_ostream.h.
References N, and NumIndents.
Definition at line 799 of file raw_ostream.h.
References assert(), indent(), N, NumIndents, and Scale.
|
inline |
Definition at line 812 of file raw_ostream.h.
References assert(), indent(), and NumIndents.
|
inline |
Definition at line 817 of file raw_ostream.h.
References assert(), indent(), and NumIndents.
|
inline |
Definition at line 794 of file raw_ostream.h.
References assert(), N, and NumIndents.
Definition at line 823 of file raw_ostream.h.
References indent(), N, and NumIndents.
| unsigned llvm::indent::NumIndents |
Definition at line 786 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 787 of file raw_ostream.h.
Referenced by indent(), operator+(), operator-(), and llvm::operator<<().