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.cpp313 const ColumnFormat *BestFormat = nullptr; in getColumnFormat() local
316 if (BestFormat && Format.LineCount > BestFormat->LineCount) in getColumnFormat()
318 BestFormat = &Format; in getColumnFormat()
321 return BestFormat; in getColumnFormat()