Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1764 BOS_NonAssignment, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp133 IO.enumCase(Value, "NonAssignment", FormatStyle::BOS_NonAssignment); in enumeration()
1823 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()