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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1282 unsigned CountBoundToType = 0; local
1299 ++CountBoundToType;
1320 if (CountBoundToType > CountBoundToVariable)
1322 else if (CountBoundToType < CountBoundToVariable)

Completed in 220 milliseconds