Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3504 PCIS_CurrentLine, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp461 IO.enumCase(Value, "CurrentLine", FormatStyle::PCIS_CurrentLine); in enumeration()
1167 : FormatStyle::PCIS_CurrentLine; in mapping()
1174 Style.PackConstructorInitializers = FormatStyle::PCIS_CurrentLine; in mapping()
H A DTokenAnnotator.cpp5720 if (Style.PackConstructorInitializers < FormatStyle::PCIS_CurrentLine && in mustBreakBefore()