Home | History | Annotate | Download | only in Format

Lines Matching refs:UnwrappedLine

36 struct UnwrappedLine {
37 UnwrappedLine();
40 /// \brief The \c Tokens comprising this \c UnwrappedLine.
43 /// \brief The indent level of the \c UnwrappedLine.
46 /// \brief Whether this \c UnwrappedLine is part of a preprocessor directive.
55 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0;
134 std::unique_ptr<UnwrappedLine> Line;
145 SmallVector<UnwrappedLine, 8> Lines;
150 SmallVector<UnwrappedLine, 4> PreprocessorDirectives;
156 SmallVectorImpl<UnwrappedLine> *CurrentLines;
213 SmallVector<UnwrappedLine, 0> Children;
216 inline UnwrappedLine::UnwrappedLine()