Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h209 struct FormatToken { struct
210 FormatToken() in FormatToken() argument
230 /// FIXME: Make FormatToken for parsing and AnnotatedToken two different argument
232 std::shared_ptr<TokenRole> Role;
235 SourceRange WhitespaceRange;
239 unsigned HasUnescapedNewline : 1;
242 unsigned IsMultiline : 1;
245 unsigned IsFirst : 1;
251 unsigned MustBreakBefore : 1;
254 unsigned IsUnterminatedLiteral : 1;
[all …]