OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowAllParametersOfDeclarationOnNextLine
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Format/
Format.h
110
bool
AllowAllParametersOfDeclarationOnNextLine
;
197
AllowAllParametersOfDeclarationOnNextLine
==
198
R.
AllowAllParametersOfDeclarationOnNextLine
&&
/external/clang/lib/Format/
Format.cpp
96
IO.mapOptional("
AllowAllParametersOfDeclarationOnNextLine
",
97
Style.
AllowAllParametersOfDeclarationOnNextLine
);
159
LLVMStyle.
AllowAllParametersOfDeclarationOnNextLine
= true;
195
GoogleStyle.
AllowAllParametersOfDeclarationOnNextLine
= true;
228
ChromiumStyle.
AllowAllParametersOfDeclarationOnNextLine
= false;
239
MozillaStyle.
AllowAllParametersOfDeclarationOnNextLine
= false;
700
// unless
AllowAllParametersOfDeclarationOnNextLine
is false.
703
(!Style.
AllowAllParametersOfDeclarationOnNextLine
&&
[
all
...]
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
Completed in 51 milliseconds