Lines Matching refs:AnnotatedLine
1081 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
1092 void requoteJSStringLiteral(SmallVectorImpl<AnnotatedLine *> &Lines, in requoteJSStringLiteral()
1094 for (AnnotatedLine *Line : Lines) { in requoteJSStringLiteral()
1169 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
1207 hasCpp03IncompatibleFormat(const SmallVectorImpl<AnnotatedLine *> &Lines) { in hasCpp03IncompatibleFormat()
1208 for (const AnnotatedLine *Line : Lines) { in hasCpp03IncompatibleFormat()
1224 int countVariableAlignments(const SmallVectorImpl<AnnotatedLine *> &Lines) { in countVariableAlignments()
1226 for (const AnnotatedLine *Line : Lines) { in countVariableAlignments()
1245 deriveLocalStyle(const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in deriveLocalStyle()
1288 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
1317 bool containsOnlyComments(const AnnotatedLine &Line) { in containsOnlyComments()
1326 void checkEmptyNamespace(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in checkEmptyNamespace()
1348 bool checkEmptyNamespace(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in checkEmptyNamespace()
1504 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze()
1518 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in guessIsObjC()