Home
last modified time | relevance | path

Searched refs:ReconstructedLine (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DMacros.h244 struct ReconstructedLine;
246 void appendToken(FormatToken *Token, ReconstructedLine *L = nullptr);
248 void debug(const ReconstructedLine &Line, int Level);
249 ReconstructedLine &parentLine();
250 ReconstructedLine *currentLine();
268 llvm::SmallVector<std::unique_ptr<ReconstructedLine>> Children;
274 struct ReconstructedLine { struct
287 ReconstructedLine Result; argument
291 llvm::SmallVector<ReconstructedLine *> ActiveReconstructedLines;
334 MacroCallState(ReconstructedLine *Line, FormatToken *ParentLastToken,
[all …]
H A DMacroCallReconstructor.cpp175 std::make_unique<ReconstructedLine>()); in prepareParent()
498 ReconstructedLine *L) { in appendToken()
505 MacroCallReconstructor::createUnwrappedLine(const ReconstructedLine &Line, in createUnwrappedLine()
527 void MacroCallReconstructor::debug(const ReconstructedLine &Line, int Level) { in debug()
545 MacroCallReconstructor::ReconstructedLine &
550 MacroCallReconstructor::ReconstructedLine *
556 MacroCallReconstructor::ReconstructedLine *Line, in MacroCallState()