Searched refs:AnnotatedLines (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Format/
H A DFormat.cpp1214 SmallVector<AnnotatedLine *, 16> AnnotatedLines; local
1216 AnnotatedLines.push_back(new AnnotatedLine(UnwrappedLines[Run][i]));
1219 format(AnnotatedLines, StructuralError, Tokens);
1228 for (unsigned i = 0, e = AnnotatedLines.size(); i != e; ++i) {
1229 delete AnnotatedLines[i];
1237 tooling::Replacements format(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, argument
1240 for (unsigned i = 0, e = AnnotatedLines.size(); i != e; ++i) {
1241 Annotator.annotate(*AnnotatedLines[i]);
1243 deriveLocalStyle(AnnotatedLines);
1244 for (unsigned i = 0, e = AnnotatedLines
1398 deriveLocalStyle(const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) argument
[all...]

Completed in 195 milliseconds