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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1231 SmallVector<AnnotatedLine *, 16> AnnotatedLines; local
1233 AnnotatedLines.push_back(new AnnotatedLine(UnwrappedLines[Run][i]));
1236 format(AnnotatedLines, StructuralError, Tokens);
1245 for (unsigned i = 0, e = AnnotatedLines.size(); i != e; ++i) {
1246 delete AnnotatedLines[i];
1254 tooling::Replacements format(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, argument
1257 for (unsigned i = 0, e = AnnotatedLines.size(); i != e; ++i) {
1258 Annotator.annotate(*AnnotatedLines[i]);
1260 deriveLocalStyle(AnnotatedLines);
1261 for (unsigned i = 0, e = AnnotatedLines
1280 deriveLocalStyle(const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) argument
[all...]

Completed in 100 milliseconds