Searched defs:AutoIndent (Results 1 – 3 of 3) sorted by relevance
61 struct AutoIndent { struct66 ~AutoIndent() { in ~AutoIndent() argument71 LinePrinter *L = nullptr;72 uint32_t Amount = 0;
113 struct AutoIndent { struct118 explicit AutoIndent(const Optional<PrintScope> &Scope) { in AutoIndent() argument124 ~AutoIndent() { in ~AutoIndent() argument129 LinePrinter *L = nullptr;130 uint32_t Amount = 0;
384 enum AutoIndent { enum in JavadocWriter