Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h306 struct FormatToken { struct
307 FormatToken() in FormatToken() argument
330 /// FIXME: Make FormatToken for parsing and AnnotatedToken two different argument
332 std::shared_ptr<TokenRole> Role;
335 SourceRange WhitespaceRange;
339 unsigned HasUnescapedNewline : 1;
342 unsigned IsMultiline : 1;
345 unsigned IsFirst : 1;
351 unsigned MustBreakBefore : 1;
355 unsigned MustBreakBeforeFinalized : 1;
[all …]
H A DMacroCallReconstructor.cpp45 const llvm::DenseMap<FormatToken *, std::unique_ptr<UnwrappedLine>> in MacroCallReconstructor()