Lines Matching refs:CurrentLines
126 OriginalLines = Parser.CurrentLines; in ScopedLineState()
128 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()
130 Parser.CurrentLines = &Parser.Line->Tokens.back().Children; in ScopedLineState()
143 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()
145 Parser.CurrentLines = OriginalLines; in ~ScopedLineState()
209 CurrentLines(&Lines), StructuralError(false), Style(Style), in UnwrappedLineParser()
220 CurrentLines = &Lines; in reset()
1480 if (CurrentLines == &Lines) in addUnwrappedLine()
1483 CurrentLines->push_back(*Line); in addUnwrappedLine()
1485 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) { in addUnwrappedLine()
1490 CurrentLines->push_back(*I); in addUnwrappedLine()
1538 !Line->Tokens.empty() && CurrentLines == &Lines; in readToken()