Home
last modified time | relevance | path

Searched refs:UnwrappedLine (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h36 struct UnwrappedLine { struct
37 UnwrappedLine();
69 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0; argument
196 std::unique_ptr<UnwrappedLine> Line;
207 SmallVector<UnwrappedLine, 8> Lines;
212 SmallVector<UnwrappedLine, 4> PreprocessorDirectives;
218 SmallVectorImpl<UnwrappedLine> *CurrentLines;
305 SmallVector<UnwrappedLine, 0> Children;
308 inline UnwrappedLine::UnwrappedLine() in UnwrappedLine() function
H A DTokenAnalyzer.h92 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override;
101 SmallVector<SmallVector<UnwrappedLine, 16>, 2> UnwrappedLines;
H A DTokenAnalyzer.cpp119 void TokenAnalyzer::consumeUnwrappedLine(const UnwrappedLine &TheLine) { in consumeUnwrappedLine()
125 UnwrappedLines.push_back(SmallVector<UnwrappedLine, 16>()); in finishRun()
H A DUnwrappedLineParser.cpp56 UnwrappedLine &Line;
127 UnwrappedLine &Line;
149 Parser.Line = std::make_unique<UnwrappedLine>(); in ScopedLineState()
168 std::unique_ptr<UnwrappedLine> PreBlockLine;
169 SmallVectorImpl<UnwrappedLine> *OriginalLines;
245 Line.reset(new UnwrappedLine); in reset()
608 ? (UnwrappedLine::kInvalidIndex) in parseBlock()
663 static bool isGoogScope(const UnwrappedLine &Line) { in isGoogScope()
681 static bool isIIFE(const UnwrappedLine &Line, in isIIFE()
3035 for (SmallVectorImpl<UnwrappedLine>::const_iterator in printDebugInfo()
[all …]
H A DAffectedRangeManager.cpp143 Line->MatchingOpeningBlockLineIndex != UnwrappedLine::kInvalidIndex && in nonPPLineAffected()
H A DTokenAnnotator.h40 AnnotatedLine(const UnwrappedLine &Line) in AnnotatedLine()
H A DNamespaceEndCommentsFixer.cpp176 if (StartLineIndex == UnwrappedLine::kInvalidIndex) in getNamespaceToken()
H A DUnwrappedLineFormatter.cpp152 if (StartLineIndex == UnwrappedLine::kInvalidIndex) in getMatchingNamespaceToken()