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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1451 SmallVector<AnnotatedLine *, 16> AnnotatedLines; local
1453 AnnotatedLines.push_back(new AnnotatedLine(UnwrappedLines[Run][i]));
1456 format(AnnotatedLines, Tokens, IncompleteFormat);
1465 for (unsigned i = 0, e = AnnotatedLines.size(); i != e; ++i) {
1466 delete AnnotatedLines[i];
1474 tooling::Replacements format(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, argument
1478 for (unsigned i = 0, e = AnnotatedLines.size(); i != e; ++i) {
1479 Annotator.annotate(*AnnotatedLines[i]);
1481 deriveLocalStyle(AnnotatedLines);
1482 for (unsigned i = 0, e = AnnotatedLines
1674 deriveLocalStyle(const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) argument
[all...]

Completed in 55 milliseconds