Home
last modified time | relevance | path

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

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