HomeSort by relevance Sort by last modified time
    Searched refs:AnnotatedLines (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Format/
TokenAnalyzer.cpp 101 SmallVector<AnnotatedLine *, 16> AnnotatedLines;
105 AnnotatedLines.push_back(new AnnotatedLine(UnwrappedLines[Run][i]));
106 Annotator.annotate(*AnnotatedLines.back());
110 analyze(Annotator, AnnotatedLines, Tokens, Result);
120 for (unsigned i = 0, e = AnnotatedLines.size(); i != e; ++i) {
121 delete AnnotatedLines[i];
SortJavaScriptImports.cpp 129 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines,
131 AffectedRangeMgr.computeAffectedLines(AnnotatedLines.begin(),
132 AnnotatedLines.end());
138 parseModuleReferences(Keywords, AnnotatedLines);
276 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) {
281 for (auto Line : AnnotatedLines) {
TokenAnalyzer.h 89 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines,
Format.cpp     [all...]

Completed in 1408 milliseconds