OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContinuationIndentWidth
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Format/
Format.h
338
unsigned
ContinuationIndentWidth
;
414
ContinuationIndentWidth
== R.
ContinuationIndentWidth
&&
/external/clang/lib/Format/
ContinuationIndenter.cpp
405
Style.
ContinuationIndentWidth
;
480
Style.
ContinuationIndentWidth
;
566
return State.Stack.back().Indent + Style.
ContinuationIndentWidth
;
619
State.Stack.back().Indent += Style.
ContinuationIndentWidth
;
[
all
...]
Format.cpp
232
IO.mapOptional("
ContinuationIndentWidth
", Style.
ContinuationIndentWidth
);
325
LLVMStyle.
ContinuationIndentWidth
= 4;
[
all
...]
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
Completed in 3094 milliseconds