HomeSort by relevance Sort by last modified time
    Searched refs:IndentLevel (Results 1 - 6 of 6) sorted by null

  /external/llvm/utils/TableGen/
LLVMCConfigurationEmitter.cpp 603 const Init* I, unsigned IndentLevel, raw_ostream& O)
606 (const DagInit&, unsigned IndentLevel, raw_ostream& O) const;
611 ((Obj)->*(h))(Dag, IndentLevel, O);
    [all...]
  /external/clang/lib/AST/
StmtDumper.cpp 31 unsigned IndentLevel;
45 : SM(sm), OS(os), IndentLevel(0-1), MaxDepth(maxDepth) {
54 ++IndentLevel;
75 --IndentLevel;
81 for (int i = 0, e = IndentLevel; i < e; ++i)
307 ++IndentLevel;
313 --IndentLevel;
501 IndentLevel++;
517 IndentLevel--;
576 ++IndentLevel;
    [all...]
StmtPrinter.cpp 33 unsigned IndentLevel;
41 : OS(os), Context(C), IndentLevel(Indentation), Helper(helper),
49 IndentLevel += SubIndent;
60 IndentLevel -= SubIndent;
80 for (int i = 0, e = IndentLevel+Delta; i < e; ++i)
122 D->print(OS, Policy, IndentLevel);
131 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel);
300 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel);
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 324 static bool ParseBlock(BitstreamCursor &Stream, unsigned IndentLevel) {
325 std::string Indent(IndentLevel*2, ' ');
391 if (ParseBlock(Stream, IndentLevel+1))
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 147 mutable unsigned IndentLevel;
152 DFSIn(0), DFSOut(0), IndentLevel(0) {}
231 err.indent(IndentLevel);
238 IndentLevel += 2;
245 IndentLevel -= 2;
    [all...]

Completed in 586 milliseconds