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