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

  /external/clang/lib/Format/
AffectedRangeManager.cpp 43 /*IncludeLeadingNewlines=*/false)) {
74 bool IncludeLeadingNewlines) {
76 if (!IncludeLeadingNewlines)
113 bool IncludeLeadingNewlines = false;
121 if (affectsTokenRange(*Tok, *Tok, IncludeLeadingNewlines))
128 IncludeLeadingNewlines = Tok->Children.empty();
AffectedRangeManager.h 45 bool IncludeLeadingNewlines);

Completed in 300 milliseconds