Lines Matching refs:AnnotatedLine

1842           SmallVectorImpl<AnnotatedLine *> &AnnotatedLines,  in analyze()
1851 void insertBraces(SmallVectorImpl<AnnotatedLine *> &Lines, in insertBraces()
1854 for (AnnotatedLine *Line : Lines) { in insertBraces()
1886 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
1895 void removeBraces(SmallVectorImpl<AnnotatedLine *> &Lines, in removeBraces()
1899 for (AnnotatedLine *Line : Lines) { in removeBraces()
1934 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
1945 void requoteJSStringLiteral(SmallVectorImpl<AnnotatedLine *> &Lines, in requoteJSStringLiteral()
1947 for (AnnotatedLine *Line : Lines) { in requoteJSStringLiteral()
2023 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2028 for (AnnotatedLine *Line : AnnotatedLines) in analyze()
2060 hasCpp03IncompatibleFormat(const SmallVectorImpl<AnnotatedLine *> &Lines) { in hasCpp03IncompatibleFormat()
2061 for (const AnnotatedLine *Line : Lines) { in hasCpp03IncompatibleFormat()
2078 int countVariableAlignments(const SmallVectorImpl<AnnotatedLine *> &Lines) { in countVariableAlignments()
2080 for (const AnnotatedLine *Line : Lines) { in countVariableAlignments()
2109 deriveLocalStyle(const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in deriveLocalStyle()
2112 for (AnnotatedLine *Line : AnnotatedLines) { in deriveLocalStyle()
2162 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2173 void insertTrailingCommas(SmallVectorImpl<AnnotatedLine *> &Lines, in insertTrailingCommas()
2175 for (AnnotatedLine *Line : Lines) { in insertTrailingCommas()
2225 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2245 void cleanupLine(AnnotatedLine *Line) { in cleanupLine()
2260 bool containsOnlyComments(const AnnotatedLine &Line) { in containsOnlyComments()
2268 void checkEmptyNamespace(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in checkEmptyNamespace()
2289 bool checkEmptyNamespace(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in checkEmptyNamespace()
2446 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2460 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in guessIsObjC()