OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndentCaseLabels
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Format/
Format.h
404
bool
IndentCaseLabels
;
633
IndentCaseLabels
== R.
IndentCaseLabels
&&
/external/clang/lib/Format/
Format.cpp
291
IO.mapOptional("
IndentCaseLabels
", Style.
IndentCaseLabels
);
506
LLVMStyle.
IndentCaseLabels
= false;
557
GoogleStyle.
IndentCaseLabels
= true;
627
MozillaStyle.
IndentCaseLabels
= true;
[
all
...]
UnwrappedLineParser.cpp
299
(Style.
IndentCaseLabels
|| (Line->InPPDirective && Line->Level == 1)))
[
all
...]
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
Completed in 116 milliseconds