Lines Matching refs:CurrentLines

97       : Parser(Parser), OriginalLines(Parser.CurrentLines) {  in ScopedLineState()
99 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()
101 Parser.CurrentLines = &Parser.Line->Tokens.back().Children; in ScopedLineState()
115 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()
117 Parser.CurrentLines = OriginalLines; in ~ScopedLineState()
156 CurrentLines(&Lines), Style(Style), Keywords(Keywords), in UnwrappedLineParser()
177 CurrentLines = &Lines; in reset()
762 auto Index = CurrentLines->size(); in parseBlock()
794 CurrentLines->empty() in parseBlock()
796 : (CurrentLines->size() - 1 - NbPreprocessorDirectives); in parseBlock()
845 assert(!CurrentLines->empty()); in parseBlock()
846 auto &LastLine = CurrentLines->back(); in parseBlock()
856 return mightFitOnOneLine((*CurrentLines)[Index], Tok); in parseBlock()
904 (*CurrentLines)[OpeningLineIndex].MatchingClosingBlockLineIndex = in parseBlock()
905 CurrentLines->size() - 1; in parseBlock()
1030 size_t Line = CurrentLines->size(); in conditionalCompilationCondition()
1031 if (CurrentLines == &PreprocessorDirectives) in conditionalCompilationCondition()
2691 for (const auto &L : llvm::reverse(*CurrentLines)) { in parseUnbracedBody()
4401 auto FirstLine = CurrentLines->size(); in parseVerilogCaseLabel()
4409 if (CurrentLines->size() > FirstLine) in parseVerilogCaseLabel()
4410 (*CurrentLines)[FirstLine].Level = OrigLevel; in parseVerilogCaseLabel()
4473 assert(!Reconstruct || (CurrentLines != &Lines) || PPStack.size() > 0); in addUnwrappedLine()
4474 CurrentLines->push_back(std::move(*Line)); in addUnwrappedLine()
4485 CurrentLines->append( in addUnwrappedLine()