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

/external/clang/lib/Format/
H A DFormat.cpp1889 unsigned CountBoundToType = 0; local
1906 ++CountBoundToType;
1927 if (CountBoundToType > CountBoundToVariable)
1929 else if (CountBoundToType < CountBoundToVariable)

Completed in 191 milliseconds