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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.h35 struct UnwrappedLine { struct in namespace:clang::format
36 UnwrappedLine();
39 /// \brief The \c Tokens comprising this \c UnwrappedLine.
42 /// \brief The indent level of the \c UnwrappedLine.
45 /// \brief Whether this \c UnwrappedLine is part of a preprocessor directive.
54 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0;
115 OwningPtr<UnwrappedLine> Line;
126 SmallVector<UnwrappedLine, 8> Lines;
131 SmallVector<UnwrappedLine, 4> PreprocessorDirectives;
137 SmallVectorImpl<UnwrappedLine> *CurrentLine
198 inline UnwrappedLine::UnwrappedLine() function in class:clang::format::UnwrappedLine
[all...]
H A DTokenAnnotator.h40 AnnotatedLine(const UnwrappedLine &Line)
60 for (SmallVectorImpl<UnwrappedLine>::const_iterator
97 /// \c UnwrappedLine.
H A DUnwrappedLineParser.cpp37 ScopedDeclarationState(UnwrappedLine &Line, std::vector<bool> &Stack,
52 UnwrappedLine &Line;
58 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource,
108 UnwrappedLine &Line;
132 Parser.Line.reset(new UnwrappedLine());
151 UnwrappedLine *PreBlockLine;
152 SmallVectorImpl<UnwrappedLine> *OriginalLines;
189 : Line(new UnwrappedLine), MustBreakBeforeNextToken(false),
195 Line.reset(new UnwrappedLine);
220 for (SmallVectorImpl<UnwrappedLine>
[all...]
H A DFormat.cpp712 /// of the \c UnwrappedLine if there was no structural parsing error.
1333 virtual void consumeUnwrappedLine(const UnwrappedLine &TheLine) {
1339 UnwrappedLines.push_back(SmallVector<UnwrappedLine, 16>());
1347 SmallVector<SmallVector<UnwrappedLine, 16>, 2> UnwrappedLines;

Completed in 102 milliseconds