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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp545 const AnnotatedLine *PreviousLine = NULL; local
590 formatFirstToken(*TheLine.First, PreviousLine, TheLine.Level,
629 formatFirstToken(*Tok, PreviousLine, TheLine.Level, LevelIndent,
654 PreviousLine = *I;
714 const AnnotatedLine *PreviousLine, unsigned IndentLevel,
727 if (PreviousLine && PreviousLine->Last->isOneOf(tok::semi, tok::r_brace) &&
732 if (PreviousLine && PreviousLine->First->isAccessSpecifier())
713 formatFirstToken(FormatToken &RootToken, const AnnotatedLine *PreviousLine, unsigned IndentLevel, unsigned Indent, bool InPPDirective) argument

Completed in 45 milliseconds