Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp314 const ColumnFormat *BestFormat = nullptr; in getColumnFormat() local
317 if (BestFormat && Format.LineCount > BestFormat->LineCount) in getColumnFormat()
319 BestFormat = &Format; in getColumnFormat()
322 return BestFormat; in getColumnFormat()