OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowShortFunctionsOnASingleLine
(Results
1 - 25
of
25
) sorted by null
/build/make/tools/
brillo-clang-format
29
AllowShortFunctionsOnASingleLine
: Inline
/external/avb/
.clang-format
18
AllowShortFunctionsOnASingleLine
: Empty
/frameworks/hardware/interfaces/
.clang-format
20
AllowShortFunctionsOnASingleLine
: Inline
/hardware/interfaces/
.clang-format
20
AllowShortFunctionsOnASingleLine
: Inline
/system/hardware/interfaces/
.clang-format
20
AllowShortFunctionsOnASingleLine
: Inline
/system/libfmq/
.clang-format
20
AllowShortFunctionsOnASingleLine
: Inline
/system/libhidl/
.clang-format
20
AllowShortFunctionsOnASingleLine
: Inline
/system/libhwbinder/
.clang-format
20
AllowShortFunctionsOnASingleLine
: Inline
/system/libvintf/
.clang-format
20
AllowShortFunctionsOnASingleLine
: Inline
/system/tools/hidl/
.clang-format
20
AllowShortFunctionsOnASingleLine
: Inline
/external/clang/include/clang/Format/
Format.h
146
ShortFunctionStyle
AllowShortFunctionsOnASingleLine
;
646
AllowShortFunctionsOnASingleLine
==
647
R.
AllowShortFunctionsOnASingleLine
&&
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Format/
Format.h
197
ShortFunctionStyle
AllowShortFunctionsOnASingleLine
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Format/
Format.h
197
ShortFunctionStyle
AllowShortFunctionsOnASingleLine
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Format/
Format.h
197
ShortFunctionStyle
AllowShortFunctionsOnASingleLine
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Format/
Format.h
197
ShortFunctionStyle
AllowShortFunctionsOnASingleLine
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Format/
Format.h
197
ShortFunctionStyle
AllowShortFunctionsOnASingleLine
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Format/
Format.h
197
ShortFunctionStyle
AllowShortFunctionsOnASingleLine
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Format/
Format.h
197
ShortFunctionStyle
AllowShortFunctionsOnASingleLine
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Format/
Format.h
197
ShortFunctionStyle
AllowShortFunctionsOnASingleLine
;
[
all
...]
/external/clang/unittests/Format/
FormatTestJS.cpp
517
Style.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_Inline;
532
Style.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_All;
543
Style.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_None;
565
Style.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_Empty;
[
all
...]
FormatTest.cpp
[
all
...]
/external/clang/lib/Format/
Format.cpp
258
IO.mapOptional("
AllowShortFunctionsOnASingleLine
",
259
Style.
AllowShortFunctionsOnASingleLine
);
498
LLVMStyle.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_All;
602
GoogleStyle.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_Empty;
612
GoogleStyle.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_Inline;
622
GoogleStyle.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_None;
638
ChromiumStyle.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_Inline;
651
MozillaStyle.
AllowShortFunctionsOnASingleLine
= FormatStyle::SFS_Inline;
[
all
...]
UnwrappedLineFormatter.cpp
191
Style.
AllowShortFunctionsOnASingleLine
== FormatStyle::SFS_All ||
192
(Style.
AllowShortFunctionsOnASingleLine
>= FormatStyle::SFS_Empty &&
194
(Style.
AllowShortFunctionsOnASingleLine
== FormatStyle::SFS_Inline &&
[
all
...]
TokenAnnotator.cpp
[
all
...]
ContinuationIndenter.cpp
178
((Style.
AllowShortFunctionsOnASingleLine
!= FormatStyle::SFS_All) ||
[
all
...]
Completed in 1526 milliseconds