LLVM 20.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 781 of file raw_ostream.h.
Definition at line 786 of file raw_ostream.h.
Definition at line 795 of file raw_ostream.h.
References N, NumIndents, and Scale.
|
inline |
Definition at line 800 of file raw_ostream.h.
References NumIndents.
|
inline |
Definition at line 804 of file raw_ostream.h.
References NumIndents.
|
inline |
Definition at line 790 of file raw_ostream.h.
References N, and NumIndents.
Definition at line 796 of file raw_ostream.h.
References assert(), N, NumIndents, and Scale.
|
inline |
Definition at line 809 of file raw_ostream.h.
References assert(), and NumIndents.
|
inline |
Definition at line 814 of file raw_ostream.h.
References assert(), and NumIndents.
|
inline |
Definition at line 791 of file raw_ostream.h.
References assert(), N, and NumIndents.
Definition at line 820 of file raw_ostream.h.
References N, and NumIndents.
unsigned llvm::indent::NumIndents |
Definition at line 783 of file raw_ostream.h.
Referenced by operator+(), operator++(), operator+=(), operator-(), operator--(), operator-=(), llvm::operator<<(), and operator=().
unsigned llvm::indent::Scale |
Definition at line 784 of file raw_ostream.h.
Referenced by operator+(), operator-(), and llvm::operator<<().