OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BreakBeforeBinaryOperators
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Format/
Format.h
156
bool
BreakBeforeBinaryOperators
;
/external/clang/lib/Format/
Format.cpp
106
IO.mapOptional("
BreakBeforeBinaryOperators
",
107
Style.
BreakBeforeBinaryOperators
);
165
LLVMStyle.
BreakBeforeBinaryOperators
= false;
201
GoogleStyle.
BreakBeforeBinaryOperators
= false;
253
Style.
BreakBeforeBinaryOperators
= true;
[
all
...]
TokenAnnotator.cpp
[
all
...]
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
Completed in 630 milliseconds