Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1888 unsigned CountBoundToVariable = 0; in deriveLocalStyle() local
1904 ++CountBoundToVariable; in deriveLocalStyle()
1927 if (CountBoundToType > CountBoundToVariable) in deriveLocalStyle()
1929 else if (CountBoundToType < CountBoundToVariable) in deriveLocalStyle()