OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowShortIfStatementsOnASingleLine
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Format/
Format.h
192
bool
AllowShortIfStatementsOnASingleLine
;
370
AllowShortIfStatementsOnASingleLine
==
371
R.
AllowShortIfStatementsOnASingleLine
&&
/external/clang/unittests/Format/
FormatTest.cpp
294
AllowsMergedIf.
AllowShortIfStatementsOnASingleLine
= true;
362
AllowSimpleBracedStatements.
AllowShortIfStatementsOnASingleLine
= true;
386
AllowSimpleBracedStatements.
AllowShortIfStatementsOnASingleLine
= false;
[
all
...]
/external/clang/lib/Format/
Format.cpp
170
IO.mapOptional("
AllowShortIfStatementsOnASingleLine
",
171
Style.
AllowShortIfStatementsOnASingleLine
);
312
LLVMStyle.
AllowShortIfStatementsOnASingleLine
= false;
371
GoogleStyle.
AllowShortIfStatementsOnASingleLine
= true;
404
ChromiumStyle.
AllowShortIfStatementsOnASingleLine
= false;
628
return Style.
AllowShortIfStatementsOnASingleLine
707
if (!Style.
AllowShortIfStatementsOnASingleLine
&&
[
all
...]
Completed in 90 milliseconds