Searched refs:ReconstructedLine (Results 1 – 2 of 2) sorted by relevance
237 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 { struct280 ReconstructedLine Result; argument284 llvm::SmallVector<ReconstructedLine *> ActiveReconstructedLines;[all …]
175 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()