Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h533 OAS_Align, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp445 IO.enumCase(Value, "Align", FormatStyle::OAS_Align); in enumeration()
450 IO.enumCase(Value, "true", FormatStyle::OAS_Align); in enumeration()
1432 LLVMStyle.AlignOperands = FormatStyle::OAS_Align; in getLLVMStyle()