Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h510 TCAS_Always, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp765 IO.enumCase(Value, "Always", FormatStyle::TCAS_Always); in enumeration()
779 {FormatStyle::TCAS_Always, 0})); in enumInput()
788 {FormatStyle::TCAS_Always, 0})); in enumInput()
1423 LLVMStyle.AlignTrailingComments.Kind = FormatStyle::TCAS_Always; in getLLVMStyle()
H A DWhitespaceManager.cpp1065 if (Style.AlignTrailingComments.Kind == FormatStyle::TCAS_Always) in alignTrailingComments()