OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowShortCaseLabelsOnASingleLine
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Format/
Format.h
125
bool
AllowShortCaseLabelsOnASingleLine
;
600
AllowShortCaseLabelsOnASingleLine
==
601
R.
AllowShortCaseLabelsOnASingleLine
&&
/external/clang/lib/Format/
UnwrappedLineFormatter.cpp
237
return Style.
AllowShortCaseLabelsOnASingleLine
[
all
...]
Format.cpp
238
IO.mapOptional("
AllowShortCaseLabelsOnASingleLine
",
239
Style.
AllowShortCaseLabelsOnASingleLine
);
476
LLVMStyle.
AllowShortCaseLabelsOnASingleLine
= false;
[
all
...]
/external/clang/unittests/Format/
FormatTest.cpp
747
Style.
AllowShortCaseLabelsOnASingleLine
= true;
[
all
...]
Completed in 72 milliseconds