OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowShortLoopsOnASingleLine
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Format/
Format.h
150
bool
AllowShortLoopsOnASingleLine
;
606
AllowShortLoopsOnASingleLine
== R.
AllowShortLoopsOnASingleLine
&&
/external/clang/lib/Format/
UnwrappedLineFormatter.cpp
232
return Style.
AllowShortLoopsOnASingleLine
343
if (!Style.
AllowShortLoopsOnASingleLine
&&
[
all
...]
Format.cpp
244
IO.mapOptional("
AllowShortLoopsOnASingleLine
",
245
Style.
AllowShortLoopsOnASingleLine
);
478
LLVMStyle.
AllowShortLoopsOnASingleLine
= false;
551
GoogleStyle.
AllowShortLoopsOnASingleLine
= true;
606
ChromiumStyle.
AllowShortLoopsOnASingleLine
= false;
[
all
...]
/external/clang/unittests/Format/
FormatTest.cpp
333
AllowsMergedLoops.
AllowShortLoopsOnASingleLine
= true;
359
AllowSimpleBracedStatements.
AllowShortLoopsOnASingleLine
= true;
400
AllowSimpleBracedStatements.
AllowShortLoopsOnASingleLine
= false;
[
all
...]
Completed in 34 milliseconds