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