Lines Matching refs:UnwrappedLine
32 struct UnwrappedLine { struct
33 UnwrappedLine() = default;
95 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0; argument
126 bool mightFitOnOneLine(UnwrappedLine &Line,
253 bool containsExpansion(const UnwrappedLine &Line) const;
265 std::unique_ptr<UnwrappedLine> Line;
274 SmallVector<UnwrappedLine, 8> CurrentExpandedLines;
279 llvm::DenseMap<FormatToken *, SmallVector<UnwrappedLine, 8>> ExpandedLines;
283 llvm::DenseMap<FormatToken *, std::unique_ptr<UnwrappedLine>> Unexpanded;
303 SmallVector<UnwrappedLine, 8> Lines;
308 SmallVector<UnwrappedLine, 4> PreprocessorDirectives;
314 SmallVectorImpl<UnwrappedLine> *CurrentLines;
412 llvm::ArrayRef<UnwrappedLine> Children = {})
416 SmallVector<UnwrappedLine, 0> Children;
419 std::ostream &operator<<(std::ostream &Stream, const UnwrappedLine &Line);