Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3345 PCIS_CurrentLine, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp470 IO.enumCase(Value, "CurrentLine", FormatStyle::PCIS_CurrentLine); in enumeration()
1157 : FormatStyle::PCIS_CurrentLine; in mapping()
1164 Style.PackConstructorInitializers = FormatStyle::PCIS_CurrentLine; in mapping()
H A DTokenAnnotator.cpp5206 if (Style.PackConstructorInitializers < FormatStyle::PCIS_CurrentLine && in mustBreakBefore()