Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatToken.h246 struct FormatToken { struct
247 FormatToken() in FormatToken() argument
269 /// FIXME: Make FormatToken for parsing and AnnotatedToken two different argument
271 std::shared_ptr<TokenRole> Role;
274 SourceRange WhitespaceRange;
278 unsigned HasUnescapedNewline : 1;
281 unsigned IsMultiline : 1;
284 unsigned IsFirst : 1;
290 unsigned MustBreakBefore : 1;
293 unsigned IsUnterminatedLiteral : 1;
[all …]
H A DMacroCallReconstructor.cpp45 const llvm::DenseMap<FormatToken *, std::unique_ptr<UnwrappedLine>> in MacroCallReconstructor()