Searched refs:UnwrappedLine (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineParser.h | 32 struct UnwrappedLine { struct 33 UnwrappedLine() = default; 95 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0; argument 126 bool mightFitOnOneLine(UnwrappedLine &Line, 256 bool containsExpansion(const UnwrappedLine &Line) const; 268 std::unique_ptr<UnwrappedLine> Line; 277 SmallVector<UnwrappedLine, 8> CurrentExpandedLines; 282 llvm::DenseMap<FormatToken *, SmallVector<UnwrappedLine, 8>> ExpandedLines; 286 llvm::DenseMap<FormatToken *, std::unique_ptr<UnwrappedLine>> Unexpanded; 309 SmallVector<UnwrappedLine, 8> Lines; [all …]
|
| H A D | Macros.h | 49 struct UnwrappedLine; 180 const llvm::DenseMap<FormatToken *, std::unique_ptr<UnwrappedLine>> 187 void addLine(const UnwrappedLine &Line); 225 UnwrappedLine takeResult() &&; 242 UnwrappedLine createUnwrappedLine(const ReconstructedLine &Line, int Level); 375 const llvm::DenseMap<FormatToken *, std::unique_ptr<UnwrappedLine>>
|
| H A D | MacroCallReconstructor.cpp | 32 void forEachToken(const UnwrappedLine &Line, const T &Call, in forEachToken() 45 const llvm::DenseMap<FormatToken *, std::unique_ptr<UnwrappedLine>> in MacroCallReconstructor() 52 void MacroCallReconstructor::addLine(const UnwrappedLine &Line) { in addLine() 60 UnwrappedLine MacroCallReconstructor::takeResult() && { in takeResult() 64 UnwrappedLine Final = createUnwrappedLine( in takeResult() 506 UnwrappedLine 509 UnwrappedLine Result; in createUnwrappedLine()
|
| H A D | TokenAnalyzer.h | 90 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override; 100 SmallVector<SmallVector<UnwrappedLine, 16>, 2> UnwrappedLines;
|
| H A D | TokenAnalyzer.cpp | 120 for (const UnwrappedLine &Line : Lines) { in process() 151 void TokenAnalyzer::consumeUnwrappedLine(const UnwrappedLine &TheLine) { in consumeUnwrappedLine() 157 UnwrappedLines.push_back(SmallVector<UnwrappedLine, 16>()); in finishRun()
|
| H A D | FormatTokenSource.h | 193 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, in ScopedMacroState() 258 UnwrappedLine &Line;
|
| H A D | UnwrappedLineParser.cpp | 36 void printLine(llvm::raw_ostream &OS, const UnwrappedLine &Line, in printLine() 63 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line) { in printDebugInfo() 69 ScopedDeclarationState(UnwrappedLine &Line, llvm::BitVector &Stack, in ScopedDeclarationState() 84 UnwrappedLine &Line; 90 std::ostream &operator<<(std::ostream &Stream, const UnwrappedLine &Line) { in operator <<() 106 Parser.Line = std::make_unique<UnwrappedLine>(); in ScopedLineState() 127 std::unique_ptr<UnwrappedLine> PreBlockLine; 128 SmallVectorImpl<UnwrappedLine> *OriginalLines; 160 : Line(new UnwrappedLine), AtEndOfPPLine(false), CurrentLines(&Lines), in UnwrappedLineParser() 177 Line.reset(new UnwrappedLine); in reset() [all …]
|
| H A D | AffectedRangeManager.cpp | 144 Line->MatchingOpeningBlockLineIndex != UnwrappedLine::kInvalidIndex && in nonPPLineAffected()
|
| H A D | TokenAnnotator.h | 51 AnnotatedLine(const UnwrappedLine &Line) in AnnotatedLine()
|
| H A D | UnwrappedLineFormatter.cpp | 172 if (StartLineIndex == UnwrappedLine::kInvalidIndex) in getMatchingNamespaceToken()
|