Home
last modified time | relevance | path

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

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