OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowShortFunctionsOnASingleLine
(Results
1 - 7
of
7
) sorted by null
/external/clang/unittests/Format/
FormatTestJS.cpp
404
Style.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_Inline;
419
Style.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_All;
430
Style.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_None;
452
Style.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_Empty;
[
all
...]
FormatTest.cpp
[
all
...]
/external/clang/include/clang/Format/
Format.h
142
ShortFunctionStyle
AllowShortFunctionsOnASingleLine
;
602
AllowShortFunctionsOnASingleLine
==
603
R.
AllowShortFunctionsOnASingleLine
&&
/external/clang/lib/Format/
UnwrappedLineFormatter.cpp
191
Style.
AllowShortFunctionsOnASingleLine
== FormatStyle::SFS_All ||
192
(Style.
AllowShortFunctionsOnASingleLine
>= FormatStyle::SFS_Empty &&
194
(Style.
AllowShortFunctionsOnASingleLine
== FormatStyle::SFS_Inline &&
[
all
...]
Format.cpp
240
IO.mapOptional("
AllowShortFunctionsOnASingleLine
",
241
Style.
AllowShortFunctionsOnASingleLine
);
474
LLVMStyle.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_All;
572
GoogleStyle.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_Empty;
582
GoogleStyle.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_Inline;
588
GoogleStyle.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_None;
604
ChromiumStyle.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_Inline;
616
MozillaStyle.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_Inline;
[
all
...]
TokenAnnotator.cpp
[
all
...]
ContinuationIndenter.cpp
165
((Style.
AllowShortFunctionsOnASingleLine
!= FormatStyle::SFS_All) ||
[
all
...]
Completed in 45 milliseconds