Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h473 OAS_Align, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp454 IO.enumCase(Value, "Align", FormatStyle::OAS_Align); in enumeration()
459 IO.enumCase(Value, "true", FormatStyle::OAS_Align); in enumeration()
1410 LLVMStyle.AlignOperands = FormatStyle::OAS_Align; in getLLVMStyle()