Lines Matching refs:AnnotatedLine
316 const AnnotatedLine &Line, unsigned FirstIndent,
327 void format(const AnnotatedLine *NextLine) {
1316 const AnnotatedLine &Line;
1482 const AnnotatedLine *NextNonCommentLine = NULL;
1497 for (std::vector<AnnotatedLine>::iterator I = AnnotatedLines.begin(),
1500 const AnnotatedLine &TheLine = *I;
1658 /// This will change \c Line and \c AnnotatedLine to contain the merged line,
1661 std::vector<AnnotatedLine>::iterator &I,
1662 std::vector<AnnotatedLine>::iterator E) {
1692 void tryMergeSimplePPDirective(std::vector<AnnotatedLine>::iterator &I,
1693 std::vector<AnnotatedLine>::iterator E,
1697 AnnotatedLine &Line = *I;
1708 void tryMergeSimpleControlStatement(std::vector<AnnotatedLine>::iterator &I,
1709 std::vector<AnnotatedLine>::iterator E,
1719 AnnotatedLine &Line = *I;
1735 void tryMergeSimpleBlock(std::vector<AnnotatedLine>::iterator &I,
1736 std::vector<AnnotatedLine>::iterator E,
1745 AnnotatedLine &Line = *I;
1790 bool nextTwoLinesFitInto(std::vector<AnnotatedLine>::iterator I,
1796 void join(AnnotatedLine &A, const AnnotatedLine &B) {
1819 bool touchesLine(const AnnotatedLine &TheLine) {
1829 bool touchesPPDirective(std::vector<AnnotatedLine>::iterator I,
1830 std::vector<AnnotatedLine>::iterator E) {
1840 bool touchesEmptyLineBefore(const AnnotatedLine &TheLine) {
1850 AnnotatedLines.push_back(AnnotatedLine(TheLine));
1884 std::vector<AnnotatedLine> AnnotatedLines;