Searched defs:FoundMatchOnLine (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Format/
H A DWhitespaceManager.cpp156 bool FoundMatchOnLine = false; local
160 FoundMatchOnLine = false;
167 if (!FoundMatchOnLine && Matches(Changes[i])) {
168 FoundMatchOnLine = true;
212 bool FoundMatchOnLine = false; local
237 if (Changes[i].NewlinesBefore > 1 || !FoundMatchOnLine)
240 FoundMatchOnLine = false;
264 if (FoundMatchOnLine || CommasBeforeMatch != CommasBeforeLastMatch ||
270 FoundMatchOnLine = true;

Completed in 45 milliseconds