OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstructorInitializerIndentWidth
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Format/
Format.h
305
unsigned
ConstructorInitializerIndentWidth
;
623
ConstructorInitializerIndentWidth
==
624
R.
ConstructorInitializerIndentWidth
&&
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
/external/clang/lib/Format/
Format.cpp
281
IO.mapOptional("
ConstructorInitializerIndentWidth
",
282
Style.
ConstructorInitializerIndentWidth
);
495
LLVMStyle.
ConstructorInitializerIndentWidth
= 4;
624
MozillaStyle.
ConstructorInitializerIndentWidth
= 2;
[
all
...]
ContinuationIndenter.cpp
652
return State.FirstIndent + Style.
ConstructorInitializerIndentWidth
;
[
all
...]
Completed in 560 milliseconds