Lines Matching refs:AnnotatedLine
2130 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2139 void removeParens(SmallVectorImpl<AnnotatedLine *> &Lines, in removeParens()
2174 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2183 void insertBraces(SmallVectorImpl<AnnotatedLine *> &Lines, in insertBraces()
2187 for (AnnotatedLine *Line : Lines) { in insertBraces()
2227 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2236 void removeBraces(SmallVectorImpl<AnnotatedLine *> &Lines, in removeBraces()
2278 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2288 SmallVectorImpl<AnnotatedLine *> &Lines, in removeSemi()
2338 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2349 void requoteJSStringLiteral(SmallVectorImpl<AnnotatedLine *> &Lines, in requoteJSStringLiteral()
2351 for (AnnotatedLine *Line : Lines) { in requoteJSStringLiteral()
2427 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2432 for (AnnotatedLine *Line : AnnotatedLines) in analyze()
2464 hasCpp03IncompatibleFormat(const SmallVectorImpl<AnnotatedLine *> &Lines) { in hasCpp03IncompatibleFormat()
2465 for (const AnnotatedLine *Line : Lines) { in hasCpp03IncompatibleFormat()
2482 int countVariableAlignments(const SmallVectorImpl<AnnotatedLine *> &Lines) { in countVariableAlignments()
2484 for (const AnnotatedLine *Line : Lines) { in countVariableAlignments()
2513 deriveLocalStyle(const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in deriveLocalStyle()
2516 for (AnnotatedLine *Line : AnnotatedLines) { in deriveLocalStyle()
2568 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2579 void insertTrailingCommas(SmallVectorImpl<AnnotatedLine *> &Lines, in insertTrailingCommas()
2581 for (AnnotatedLine *Line : Lines) { in insertTrailingCommas()
2631 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2651 void cleanupLine(AnnotatedLine *Line) { in cleanupLine()
2666 bool containsOnlyComments(const AnnotatedLine &Line) { in containsOnlyComments()
2674 void checkEmptyNamespace(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in checkEmptyNamespace()
2695 bool checkEmptyNamespace(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in checkEmptyNamespace()
2852 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2866 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in guessIsObjC()