Lines Matching refs:AnnotatedLine
2106 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2115 void removeParens(SmallVectorImpl<AnnotatedLine *> &Lines, in removeParens()
2150 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2159 void insertBraces(SmallVectorImpl<AnnotatedLine *> &Lines, in insertBraces()
2163 for (AnnotatedLine *Line : Lines) { in insertBraces()
2203 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2212 void removeBraces(SmallVectorImpl<AnnotatedLine *> &Lines, in removeBraces()
2254 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2263 void removeSemi(SmallVectorImpl<AnnotatedLine *> &Lines, in removeSemi()
2305 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2316 void requoteJSStringLiteral(SmallVectorImpl<AnnotatedLine *> &Lines, in requoteJSStringLiteral()
2318 for (AnnotatedLine *Line : Lines) { in requoteJSStringLiteral()
2394 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2399 for (AnnotatedLine *Line : AnnotatedLines) in analyze()
2431 hasCpp03IncompatibleFormat(const SmallVectorImpl<AnnotatedLine *> &Lines) { in hasCpp03IncompatibleFormat()
2432 for (const AnnotatedLine *Line : Lines) { in hasCpp03IncompatibleFormat()
2449 int countVariableAlignments(const SmallVectorImpl<AnnotatedLine *> &Lines) { in countVariableAlignments()
2451 for (const AnnotatedLine *Line : Lines) { in countVariableAlignments()
2480 deriveLocalStyle(const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in deriveLocalStyle()
2483 for (AnnotatedLine *Line : AnnotatedLines) { in deriveLocalStyle()
2535 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2546 void insertTrailingCommas(SmallVectorImpl<AnnotatedLine *> &Lines, in insertTrailingCommas()
2548 for (AnnotatedLine *Line : Lines) { in insertTrailingCommas()
2598 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2618 void cleanupLine(AnnotatedLine *Line) { in cleanupLine()
2633 bool containsOnlyComments(const AnnotatedLine &Line) { in containsOnlyComments()
2641 void checkEmptyNamespace(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in checkEmptyNamespace()
2662 bool checkEmptyNamespace(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in checkEmptyNamespace()
2819 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
2833 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in guessIsObjC()