Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp336 const ColumnFormat *BestFormat = nullptr; in getColumnFormat() local
339 if (BestFormat && Format.LineCount > BestFormat->LineCount) in getColumnFormat()
341 BestFormat = &Format; in getColumnFormat()
344 return BestFormat; in getColumnFormat()