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

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

Completed in 125 milliseconds