OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowAllParametersOfDeclarationOnNextLine
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Format/
Format.h
117
bool
AllowAllParametersOfDeclarationOnNextLine
;
597
AllowAllParametersOfDeclarationOnNextLine
==
598
R.
AllowAllParametersOfDeclarationOnNextLine
&&
/external/clang/lib/Format/
Format.cpp
234
IO.mapOptional("
AllowAllParametersOfDeclarationOnNextLine
",
235
Style.
AllowAllParametersOfDeclarationOnNextLine
);
473
LLVMStyle.
AllowAllParametersOfDeclarationOnNextLine
= true;
603
ChromiumStyle.
AllowAllParametersOfDeclarationOnNextLine
= false;
615
MozillaStyle.
AllowAllParametersOfDeclarationOnNextLine
= false;
[
all
...]
ContinuationIndenter.cpp
542
// unless
AllowAllParametersOfDeclarationOnNextLine
is false or this is a
545
(!Style.
AllowAllParametersOfDeclarationOnNextLine
&&
[
all
...]
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
Completed in 39 milliseconds