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

/external/clang/lib/Format/
H A DFormat.cpp1770 /*IncludeLeadingNewlines=*/false)) {
1801 bool IncludeLeadingNewlines = false; local
1809 if (affectsTokenRange(*Tok, *Tok, IncludeLeadingNewlines))
1816 IncludeLeadingNewlines = Tok->Children.empty();
1850 bool IncludeLeadingNewlines) {
1852 if (!IncludeLeadingNewlines)
1849 affectsTokenRange(const FormatToken &First, const FormatToken &Last, bool IncludeLeadingNewlines) argument

Completed in 50 milliseconds