Home
last modified time | relevance | path

Searched defs:FormatToken (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Format/
DFormatToken.h113 struct FormatToken { struct
114 FormatToken() {} in FormatToken() function
117 Token Tok;
123 unsigned NewlinesBefore = 0;
127 bool HasUnescapedNewline = false;
130 SourceRange WhitespaceRange;
134 unsigned LastNewlineOffset = 0;
139 unsigned ColumnWidth = 0;
143 unsigned LastLineColumnWidth = 0;
146 bool IsMultiline = false;
[all …]
/external/yapf/yapf/yapflib/
Dformat_token.py51 class FormatToken(object): class