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

/external/clang/lib/Format/
H A DFormat.cpp1586 unsigned CountBoundToType = 0; local
1603 ++CountBoundToType;
1620 if (CountBoundToType > CountBoundToVariable)
1622 else if (CountBoundToType < CountBoundToVariable)

Completed in 183 milliseconds