Searched refs:CurrentLines (Results 1 – 2 of 2) sorted by relevance
208 Parser.CurrentLines = OriginalLines; in ~ScopedLineState()341 CurrentLines = &Lines; in reset()847 auto Index = CurrentLines->size(); in parseBlock()873 CurrentLines->empty() in parseBlock()919 assert(!CurrentLines->empty()); in parseBlock()920 auto &LastLine = CurrentLines->back(); in parseBlock()968 CurrentLines->size() - 1; in parseBlock()1093 size_t Line = CurrentLines->size(); in conditionalCompilationCondition()4013 if (CurrentLines == &Lines) in addUnwrappedLine()4025 CurrentLines->push_back(std::move(*Line)); in addUnwrappedLine()[all …]
250 SmallVectorImpl<UnwrappedLine> *CurrentLines; variable