Home | History | Annotate | Download | only in Format

Lines Matching refs:Lines

205       CurrentLines(&Lines), Style(Style), Keywords(Keywords), Tokens(nullptr),
215 CurrentLines = &Lines;
234 for (SmallVectorImpl<UnwrappedLine>::iterator I = Lines.begin(),
235 E = Lines.end();
240 Lines.clear();
625 // trailing semicolons from other constructs split to several lines.
1820 if (CurrentLines == &Lines)
1825 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) {