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

  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 42 const AnnotatedLine *TheLine = *I;
43 if (TheLine->Last->is(TT_LineComment))
47 if (TheLine->InPPDirective &&
58 Limit = TheLine->Last->TotalLength > Limit
60 : Limit - TheLine->Last->TotalLength;
62 // FIXME: TheLine->Level != 0 might or might not be the right check to do.
69 TheLine->Level != 0);
71 if (TheLine->Last->is(TT_FunctionLBrace) &&
72 TheLine->First != TheLine->Last)
    [all...]
Format.cpp     [all...]

Completed in 216 milliseconds