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.h235 enum ParameterPackingKind { PPK_BinPacked, PPK_OnePerLine, PPK_Inconclusive }; enumerator
316 PackingKind(PPK_Inconclusive), TypeIsFinalized(false), in FormatToken()
H A DContinuationIndenter.cpp2023 (!BinPackInconclusiveFunctions && Current.is(PPK_Inconclusive)))); in moveStatePastScopeOpener()
H A DTokenAnnotator.cpp538 OpeningParen.setPackingKind(PPK_Inconclusive); in parseParens()