Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h227 enum ParameterPackingKind { PPK_BinPacked, PPK_OnePerLine, PPK_Inconclusive }; enumerator
308 PackingKind(PPK_Inconclusive), TypeIsFinalized(false), in FormatToken()
H A DContinuationIndenter.cpp1905 (!BinPackInconclusiveFunctions && Current.is(PPK_Inconclusive)))); in moveStatePastScopeOpener()
H A DTokenAnnotator.cpp551 OpeningParen.setPackingKind(PPK_Inconclusive); in parseParens()