Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DMacros.h237 struct ReconstructedLine;
239 void appendToken(FormatToken *Token, ReconstructedLine *L = nullptr);
241 void debug(const ReconstructedLine &Line, int Level);
242 ReconstructedLine &parentLine();
243 ReconstructedLine *currentLine();
261 llvm::SmallVector<std::unique_ptr<ReconstructedLine>> Children;
267 struct ReconstructedLine { struct
280 ReconstructedLine Result; argument
284 llvm::SmallVector<ReconstructedLine *> ActiveReconstructedLines;
327 MacroCallState(ReconstructedLine *Line, FormatToken *ParentLastToken,
[all …]
H A DMacroCallReconstructor.cpp175 std::make_unique<ReconstructedLine>()); in prepareParent()
502 ReconstructedLine *L) { in appendToken()
509 MacroCallReconstructor::createUnwrappedLine(const ReconstructedLine &Line, in createUnwrappedLine()
531 void MacroCallReconstructor::debug(const ReconstructedLine &Line, int Level) { in debug()
549 MacroCallReconstructor::ReconstructedLine &
554 MacroCallReconstructor::ReconstructedLine *
560 MacroCallReconstructor::ReconstructedLine *Line, in MacroCallState()