HomeSort by: relevance | last modified time | path
    Searched refs:UnwrappedLine (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.h 36 struct UnwrappedLine {
37 UnwrappedLine();
40 /// The \c Tokens comprising this \c UnwrappedLine.
43 /// The indent level of the \c UnwrappedLine.
46 /// Whether this \c UnwrappedLine is part of a preprocessor directive.
51 /// If this \c UnwrappedLine closes a block in a sequence of lines,
57 /// If this \c UnwrappedLine opens a block, stores the index of the
69 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0;
196 std::unique_ptr<UnwrappedLine> Line;
207 SmallVector<UnwrappedLine, 8> Lines
    [all...]
TokenAnalyzer.h 92 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override;
101 SmallVector<SmallVector<UnwrappedLine, 16>, 2> UnwrappedLines;
TokenAnalyzer.cpp 119 void TokenAnalyzer::consumeUnwrappedLine(const UnwrappedLine &TheLine) {
125 UnwrappedLines.push_back(SmallVector<UnwrappedLine, 16>());
UnwrappedLineParser.cpp 41 ScopedDeclarationState(UnwrappedLine &Line, std::vector<bool> &Stack,
56 UnwrappedLine &Line;
81 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource,
127 UnwrappedLine &Line;
149 Parser.Line = std::make_unique<UnwrappedLine>();
168 std::unique_ptr<UnwrappedLine> PreBlockLine;
169 SmallVectorImpl<UnwrappedLine> *OriginalLines;
230 : Line(new UnwrappedLine), MustBreakBeforeNextToken(false),
245 Line.reset(new UnwrappedLine);
279 for (SmallVectorImpl<UnwrappedLine>::iterator I = Lines.begin()
    [all...]
AffectedRangeManager.cpp 143 Line->MatchingOpeningBlockLineIndex != UnwrappedLine::kInvalidIndex &&
TokenAnnotator.h 39 AnnotatedLine(const UnwrappedLine &Line)
156 /// \c UnwrappedLine.
NamespaceEndCommentsFixer.cpp 176 if (StartLineIndex == UnwrappedLine::kInvalidIndex)
UnwrappedLineFormatter.cpp 150 if (StartLineIndex == UnwrappedLine::kInvalidIndex)

Completed in 24 milliseconds