OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOS_None
(Results
1 - 6
of
6
) sorted by null
/external/clang/unittests/Format/
FormatTestJava.cpp
66
Style.BreakBeforeBinaryOperators = FormatStyle::
BOS_None
;
FormatTest.cpp
[
all
...]
/external/clang/include/clang/Format/
Format.h
209
BOS_None
,
/external/clang/lib/Format/
Format.cpp
88
IO.enumCase(Value, "None", FormatStyle::
BOS_None
);
89
IO.enumCase(Value, "false", FormatStyle::
BOS_None
);
485
LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::
BOS_None
;
[
all
...]
ContinuationIndenter.cpp
[
all
...]
TokenAnnotator.cpp
[
all
...]
Completed in 684 milliseconds