Lines Matching refs:UnwrappedLine
38 void printLine(llvm::raw_ostream &OS, const UnwrappedLine &Line,
54 for (SmallVectorImpl<UnwrappedLine>::const_iterator
67 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line) {
73 ScopedDeclarationState(UnwrappedLine &Line, llvm::BitVector &Stack,
88 UnwrappedLine &Line;
94 std::ostream &operator<<(std::ostream &Stream, const UnwrappedLine &Line) {
110 Parser.Line = std::make_unique<UnwrappedLine>();
131 std::unique_ptr<UnwrappedLine> PreBlockLine;
132 SmallVectorImpl<UnwrappedLine> *OriginalLines;
163 : Line(new UnwrappedLine), MustBreakBeforeNextToken(false),
182 Line.reset(new UnwrappedLine);
252 for (const UnwrappedLine &Line : Lines) {
688 UnwrappedLine &ParsedLine, const FormatToken *OpeningBrace) const {
803 ? (UnwrappedLine::kInvalidIndex)
913 if (OpeningLineIndex != UnwrappedLine::kInvalidIndex) {
923 static bool isGoogScope(const UnwrappedLine &Line) {
941 static bool isIIFE(const UnwrappedLine &Line,
2715 static FormatToken *getLastNonComment(const UnwrappedLine &Line) {
4530 bool UnwrappedLineParser::containsExpansion(const UnwrappedLine &Line) const {
4534 for (const UnwrappedLine &Child : N.Children)
4556 Line->MatchingOpeningBlockLineIndex != UnwrappedLine::kInvalidIndex &&
4573 UnwrappedLine Reconstructed = std::move(*Reconstruct).takeResult();
4593 Line->MatchingOpeningBlockLineIndex = UnwrappedLine::kInvalidIndex;
4621 const UnwrappedLine &Line,
4906 Line.reset(new UnwrappedLine);