OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowShortFunctionsOnASingleLine
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Format/
Format.h
211
ShortFunctionStyle
AllowShortFunctionsOnASingleLine
;
367
AllowShortFunctionsOnASingleLine
==
368
R.
AllowShortFunctionsOnASingleLine
&&
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
/external/clang/lib/Format/
Format.cpp
174
IO.mapOptional("
AllowShortFunctionsOnASingleLine
",
175
Style.
AllowShortFunctionsOnASingleLine
);
310
LLVMStyle.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_All;
393
GoogleStyle.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_None;
403
ChromiumStyle.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_Inline;
597
Style.
AllowShortFunctionsOnASingleLine
== FormatStyle::SFS_All ||
598
(Style.
AllowShortFunctionsOnASingleLine
== FormatStyle::SFS_Inline &&
[
all
...]
ContinuationIndenter.cpp
158
((Style.
AllowShortFunctionsOnASingleLine
!= FormatStyle::SFS_All) ||
[
all
...]
Completed in 96 milliseconds