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

/external/clang/lib/Format/
H A DFormat.cpp1399 unsigned CountBoundToVariable = 0; local
1415 ++CountBoundToVariable;
1437 if (CountBoundToType > CountBoundToVariable)
1439 else if (CountBoundToType < CountBoundToVariable)

Completed in 40 milliseconds