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.h276 struct FormatToken { struct
277 FormatToken() in FormatToken() function
300 /// FIXME: Make FormatToken for parsing and AnnotatedToken two different argument
315 unsigned IsFirst : 1;
404 TokenType Type;
451 int Newlines = -1;
539 FormatToken *NextOperator = nullptr; argument
560 bool Optional = false;
566 int8_t BraceCount = 0;
788 [[nodiscard]] FormatToken *getPreviousNonComment() const { in getPreviousNonComment() argument
[all …]
H A DMacroCallReconstructor.cpp45 const llvm::DenseMap<FormatToken *, std::unique_ptr<UnwrappedLine>> in MacroCallReconstructor()