OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SFS_All
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Format/
Format.h
137
SFS_All
,
/external/clang/unittests/Format/
FormatTestJS.cpp
419
Style.AllowShortFunctionsOnASingleLine = FormatStyle::
SFS_All
;
[
all
...]
FormatTest.cpp
[
all
...]
/external/clang/lib/Format/
Format.cpp
77
IO.enumCase(Value, "All", FormatStyle::
SFS_All
);
78
IO.enumCase(Value, "true", FormatStyle::
SFS_All
);
474
LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::
SFS_All
;
[
all
...]
UnwrappedLineFormatter.cpp
191
Style.AllowShortFunctionsOnASingleLine == FormatStyle::
SFS_All
||
[
all
...]
ContinuationIndenter.cpp
165
((Style.AllowShortFunctionsOnASingleLine != FormatStyle::
SFS_All
) ||
[
all
...]
Completed in 53 milliseconds