OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BinaryOperatorStyle
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Format/
Format.h
207
enum
BinaryOperatorStyle
{
217
BinaryOperatorStyle
BreakBeforeBinaryOperators;
/external/clang/lib/Format/
Format.cpp
84
template <> struct ScalarEnumerationTraits<FormatStyle::
BinaryOperatorStyle
> {
85
static void enumeration(IO &IO, FormatStyle::
BinaryOperatorStyle
&Value) {
[
all
...]
Completed in 36 milliseconds