Searched defs:UnwrappedLine (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Format/
H A DUnwrappedLineParser.h36 struct UnwrappedLine { struct in namespace:clang::format
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;
132 std::unique_ptr<UnwrappedLine> Line;
143 SmallVector<UnwrappedLine, 8> Lines;
148 SmallVector<UnwrappedLine, 4> PreprocessorDirectives;
154 SmallVectorImpl<UnwrappedLine> *CurrentLine
214 inline UnwrappedLine::UnwrappedLine() function in class:clang::format::UnwrappedLine
[all...]

Completed in 102 milliseconds