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

12

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-4393122/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)
344 int IndentLevel;
  /prebuilts/clang/host/linux-x86/clang-4479392/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)
344 int IndentLevel;
  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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;
  /external/clang/lib/AST/
StmtPrinter.cpp 38 unsigned IndentLevel;
46 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy) {}
53 IndentLevel += SubIndent;
64 IndentLevel -= SubIndent;
85 for (int i = 0, e = IndentLevel+Delta; i < e; ++i)
126 D->print(OS, Policy, IndentLevel);
131 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel);
317 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel);
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 376 int IndentLevel;
385 Ctx->IndentLevel++;
386 for (i = 0, e = Ctx->IndentLevel; i != e; ++i)
551 Ctx->IndentLevel--;
556 Ctx.IndentLevel = 1;
    [all...]
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 449 milliseconds

12