Home | History | Annotate | Download | only in AST

Lines Matching refs:Indentation

43                 unsigned Indentation = 0)
44 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy) {}
47 PrintStmt(S, Policy.Indentation);
2101 unsigned Indentation) const {
2102 StmtPrinter P(OS, Helper, Policy, Indentation);