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

  /external/clang/lib/Format/
AffectedRangeManager.cpp 27 const AnnotatedLine *PreviousLine = nullptr;
51 if (nonPPLineAffected(Line, PreviousLine))
54 PreviousLine = Line;
102 AnnotatedLine *Line, const AnnotatedLine *PreviousLine) {
133 bool LineMoved = PreviousLine && PreviousLine->Affected &&
138 Line->First->NewlinesBefore < 2 && PreviousLine &&
139 PreviousLine->Affected && PreviousLine->Last->is(tok::comment);
AffectedRangeManager.h 58 const AnnotatedLine *PreviousLine);
UnwrappedLineFormatter.h 50 const AnnotatedLine *PreviousLine, unsigned IndentLevel,
UnwrappedLineFormatter.cpp 813 const AnnotatedLine *PreviousLine = nullptr;
843 formatFirstToken(*TheLine.First, PreviousLine, TheLine.Level, Indent,
    [all...]

Completed in 86 milliseconds