Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.h227 struct FormatToken { struct
228 FormatToken() in FormatToken() function
249 /// FIXME: Make FormatToken for parsing and AnnotatedToken two different argument
264 unsigned IsFirst : 1;
300 unsigned Finalized : 1;
346 TokenType Type;
463 FormatToken *NextOperator = nullptr; argument
484 bool Optional = false;
490 int8_t BraceCount = 0;
705 LLVM_NODISCARD FormatToken *getPreviousNonComment() const { in getPreviousNonComment() argument
[all …]
H A DMacroCallReconstructor.cpp46 const llvm::DenseMap<FormatToken *, std::unique_ptr<UnwrappedLine>> in MacroCallReconstructor()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DFormatGen.h83 FormatToken(Kind kind, StringRef spelling) : kind(kind), spelling(spelling) {} in FormatToken() function
/llvm-project-15.0.7/clang/unittests/Format/
H A DMacroCallReconstructorTest.cpp35 const SmallVector<llvm::SmallVector<FormatToken *, 8>, 1> &Args) { in expand()