HomeSort by relevance Sort by last modified time
    Searched defs:IndentLevel (Results 1 - 25 of 40) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenOutput.py 79 def IndentLevel(by = 1):
94 IndentLevel(-by)
97 """Combine Output() followed by IndentLevel().
99 If no text is given, acts like lone IndentLevel().
102 IndentLevel()
122 IndentLevel()
203 IndentLevel()
  /external/python/cpython2/Tools/bgen/bgen/
bgenOutput.py 79 def IndentLevel(by = 1):
94 IndentLevel(-by)
97 """Combine Output() followed by IndentLevel().
99 If no text is given, acts like lone IndentLevel().
102 IndentLevel()
122 IndentLevel()
203 IndentLevel()
  /external/clang/lib/Format/
BreakableToken.h 75 BreakableToken(const FormatToken &Tok, unsigned IndentLevel,
78 : Tok(Tok), IndentLevel(IndentLevel), InPPDirective(InPPDirective),
82 const unsigned IndentLevel;
98 BreakableSingleLineToken(const FormatToken &Tok, unsigned IndentLevel,
120 BreakableStringLiteral(const FormatToken &Tok, unsigned IndentLevel,
139 BreakableLineComment(const FormatToken &Token, unsigned IndentLevel,
165 BreakableBlockComment(const FormatToken &Token, unsigned IndentLevel,
WhitespaceManager.h 50 unsigned IndentLevel, unsigned Spaces,
78 unsigned Newlines, unsigned IndentLevel,
109 unsigned IndentLevel, int Spaces, unsigned StartOfTokenColumn,
134 unsigned IndentLevel;
202 void appendIndentText(std::string &Text, unsigned IndentLevel,
ContinuationIndenter.h 149 ParenState(unsigned Indent, unsigned IndentLevel, unsigned LastSpace,
151 : Indent(Indent), IndentLevel(IndentLevel), LastSpace(LastSpace),
164 unsigned IndentLevel;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Format.h 211 uint32_t IndentLevel; // Number of characters to indent each line.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
232 uint32_t IndentLevel = 0, bool Upper = false) {
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
241 uint32_t IndentLevel = 0, bool Upper = false) {
242 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 211 uint32_t IndentLevel; // Number of characters to indent each line.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
232 uint32_t IndentLevel = 0, bool Upper = false) {
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
241 uint32_t IndentLevel = 0, bool Upper = false) {
242 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
ScopedPrinter.h 71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {}
75 void indent(int Levels = 1) { IndentLevel += Levels; }
78 IndentLevel = std::max(0, IndentLevel - Levels);
81 void resetIndent() { IndentLevel = 0; }
87 for (int i = 0; i < IndentLevel; ++i)
339 int IndentLevel;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Format.h 211 uint32_t IndentLevel; // Number of characters to indent each line.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
232 uint32_t IndentLevel = 0, bool Upper = false) {
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
241 uint32_t IndentLevel = 0, bool Upper = false) {
242 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
ScopedPrinter.h 71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {}
75 void indent(int Levels = 1) { IndentLevel += Levels; }
78 IndentLevel = std::max(0, IndentLevel - Levels);
81 void resetIndent() { IndentLevel = 0; }
87 for (int i = 0; i < IndentLevel; ++i)
344 int IndentLevel;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Format.h 211 uint32_t IndentLevel; // Number of characters to indent each line.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
232 uint32_t IndentLevel = 0, bool Upper = false) {
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
241 uint32_t IndentLevel = 0, bool Upper = false) {
242 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
ScopedPrinter.h 71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {}
75 void indent(int Levels = 1) { IndentLevel += Levels; }
78 IndentLevel = std::max(0, IndentLevel - Levels);
81 void resetIndent() { IndentLevel = 0; }
87 for (int i = 0; i < IndentLevel; ++i)
344 int IndentLevel;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 211 uint32_t IndentLevel; // Number of characters to indent each line.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
232 uint32_t IndentLevel = 0, bool Upper = false) {
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
241 uint32_t IndentLevel = 0, bool Upper = false) {
242 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Format.h 211 uint32_t IndentLevel; // Number of characters to indent each line.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
232 uint32_t IndentLevel = 0, bool Upper = false) {
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
241 uint32_t IndentLevel = 0, bool Upper = false) {
242 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Format.h 211 uint32_t IndentLevel; // Number of characters to indent each line.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
232 uint32_t IndentLevel = 0, bool Upper = false) {
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
241 uint32_t IndentLevel = 0, bool Upper = false) {
242 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
  /external/llvm/include/llvm/Support/
ScopedPrinter.h 71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {}
75 void indent(int Levels = 1) { IndentLevel += Levels; }
78 IndentLevel = std::max(0, IndentLevel - Levels);
81 void resetIndent() { IndentLevel = 0; }
87 for (int i = 0; i < IndentLevel; ++i)
339 int IndentLevel;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LexicalScopes.h 160 LastInsn(0), FirstInsn(0), DFSIn(0), DFSOut(0), IndentLevel(0) {
243 mutable unsigned IndentLevel; // Private state for dump()
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Format.h 220 uint32_t IndentLevel; // Number of characters to indent each line.
230 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
241 uint32_t IndentLevel = 0, bool Upper = false) {
242 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
250 uint32_t IndentLevel = 0, bool Upper = false) {
251 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
ScopedPrinter.h 71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {}
75 void indent(int Levels = 1) { IndentLevel += Levels; }
78 IndentLevel = std::max(0, IndentLevel - Levels);
81 void resetIndent() { IndentLevel = 0; }
87 for (int i = 0; i < IndentLevel; ++i)
344 int IndentLevel;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Format.h 220 uint32_t IndentLevel; // Number of characters to indent each line.
230 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
241 uint32_t IndentLevel = 0, bool Upper = false) {
242 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
250 uint32_t IndentLevel = 0, bool Upper = false) {
251 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
ScopedPrinter.h 71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {}
75 void indent(int Levels = 1) { IndentLevel += Levels; }
78 IndentLevel = std::max(0, IndentLevel - Levels);
81 void resetIndent() { IndentLevel = 0; }
87 for (int i = 0; i < IndentLevel; ++i)
344 int IndentLevel;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Format.h 220 uint32_t IndentLevel; // Number of characters to indent each line.
230 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
241 uint32_t IndentLevel = 0, bool Upper = false) {
242 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
250 uint32_t IndentLevel = 0, bool Upper = false) {
251 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
ScopedPrinter.h 71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {}
75 void indent(int Levels = 1) { IndentLevel += Levels; }
78 IndentLevel = std::max(0, IndentLevel - Levels);
81 void resetIndent() { IndentLevel = 0; }
87 for (int i = 0; i < IndentLevel; ++i)
344 int IndentLevel;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Format.h 220 uint32_t IndentLevel; // Number of characters to indent each line.
230 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
241 uint32_t IndentLevel = 0, bool Upper = false) {
242 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
250 uint32_t IndentLevel = 0, bool Upper = false) {
251 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
ScopedPrinter.h 71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {}
75 void indent(int Levels = 1) { IndentLevel += Levels; }
78 IndentLevel = std::max(0, IndentLevel - Levels);
81 void resetIndent() { IndentLevel = 0; }
87 for (int i = 0; i < IndentLevel; ++i)
344 int IndentLevel;

Completed in 329 milliseconds

1 2