Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DMacros.h237 struct ReconstructedLine;
239 void appendToken(FormatToken *Token, ReconstructedLine *L = nullptr);
240 UnwrappedLine createUnwrappedLine(const ReconstructedLine &Line, int Level);
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;
[all …]
H A DMacroCallReconstructor.cpp175 std::make_unique<ReconstructedLine>()); in prepareParent()
497 ReconstructedLine *L) { in appendToken()
504 MacroCallReconstructor::createUnwrappedLine(const ReconstructedLine &Line, in createUnwrappedLine()
526 void MacroCallReconstructor::debug(const ReconstructedLine &Line, int Level) { in debug()
544 MacroCallReconstructor::ReconstructedLine &
549 MacroCallReconstructor::ReconstructedLine *
555 MacroCallReconstructor::ReconstructedLine *Line, in MacroCallState()