Lines Matching refs:AnnotatedLine
1588 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
1599 void requoteJSStringLiteral(SmallVectorImpl<AnnotatedLine *> &Lines, in requoteJSStringLiteral()
1601 for (AnnotatedLine *Line : Lines) { in requoteJSStringLiteral()
1676 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
1720 hasCpp03IncompatibleFormat(const SmallVectorImpl<AnnotatedLine *> &Lines) { in hasCpp03IncompatibleFormat()
1721 for (const AnnotatedLine *Line : Lines) { in hasCpp03IncompatibleFormat()
1737 int countVariableAlignments(const SmallVectorImpl<AnnotatedLine *> &Lines) { in countVariableAlignments()
1739 for (const AnnotatedLine *Line : Lines) { in countVariableAlignments()
1758 deriveLocalStyle(const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in deriveLocalStyle()
1810 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
1821 void insertTrailingCommas(SmallVectorImpl<AnnotatedLine *> &Lines, in insertTrailingCommas()
1823 for (AnnotatedLine *Line : Lines) { in insertTrailingCommas()
1872 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
1892 void cleanupLine(AnnotatedLine *Line) { in cleanupLine()
1908 bool containsOnlyComments(const AnnotatedLine &Line) { in containsOnlyComments()
1917 void checkEmptyNamespace(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in checkEmptyNamespace()
1939 bool checkEmptyNamespace(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in checkEmptyNamespace()
2095 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2109 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in guessIsObjC()