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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.cpp43 /*IncludeLeadingNewlines=*/false)) {
74 bool IncludeLeadingNewlines) {
76 if (!IncludeLeadingNewlines)
113 bool IncludeLeadingNewlines = false; local
121 if (affectsTokenRange(*Tok, *Tok, IncludeLeadingNewlines))
128 IncludeLeadingNewlines = Tok->Children.empty();
72 affectsTokenRange(const FormatToken &First, const FormatToken &Last, bool IncludeLeadingNewlines) argument
H A DAffectedRangeManager.h43 bool IncludeLeadingNewlines);

Completed in 92 milliseconds