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.h298 struct FormatToken { struct
299 FormatToken() in FormatToken() function
322 /// FIXME: Make FormatToken for parsing and AnnotatedToken two different argument
324 std::shared_ptr<TokenRole> Role;
327 SourceRange WhitespaceRange;
331 unsigned HasUnescapedNewline : 1;
334 unsigned IsMultiline : 1;
337 unsigned IsFirst : 1;
343 unsigned MustBreakBefore : 1;
347 unsigned MustBreakBeforeFinalized : 1;
[all …]
H A DMacroCallReconstructor.cpp45 const llvm::DenseMap<FormatToken *, std::unique_ptr<UnwrappedLine>> in MacroCallReconstructor()