Home
last modified time | relevance | path

Searched refs:BAS_Align (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h72 BAS_Align, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp222 IO.enumCase(Value, "Align", FormatStyle::BAS_Align); in enumeration()
228 IO.enumCase(Value, "true", FormatStyle::BAS_Align); in enumeration()
1408 LLVMStyle.AlignAfterOpenBracket = FormatStyle::BAS_Align; in getLLVMStyle()