Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.cpp293 const ColumnFormat *BestFormat = nullptr; in getColumnFormat() local
299 if (BestFormat && I->LineCount > BestFormat->LineCount) in getColumnFormat()
301 BestFormat = &*I; in getColumnFormat()
304 return BestFormat; in getColumnFormat()