Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1400 unsigned CountBoundToType = 0; in deriveLocalStyle() local
1417 ++CountBoundToType; in deriveLocalStyle()
1437 if (CountBoundToType > CountBoundToVariable) in deriveLocalStyle()
1439 else if (CountBoundToType < CountBoundToVariable) in deriveLocalStyle()