OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BreakBeforeBraces
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Format/
UnwrappedLineParser.cpp
160
if (Style.
BreakBeforeBraces
== FormatStyle::BS_Allman) {
162
} else if (Style.
BreakBeforeBraces
== FormatStyle::BS_GNU) {
757
if (Style.
BreakBeforeBraces
!= FormatStyle::BS_Attach)
1070
if (Style.
BreakBeforeBraces
== FormatStyle::BS_Allman ||
1071
Style.
BreakBeforeBraces
== FormatStyle::BS_GNU) {
1121
if (Style.
BreakBeforeBraces
== FormatStyle::BS_Allman ||
1122
Style.
BreakBeforeBraces
== FormatStyle::BS_GNU ||
1123
Style.
BreakBeforeBraces
== FormatStyle::BS_Stroustrup) {
[
all
...]
Format.cpp
222
IO.mapOptional("
BreakBeforeBraces
", Style.
BreakBeforeBraces
);
319
LLVMStyle.
BreakBeforeBraces
= FormatStyle::BS_Attach;
432
Style.
BreakBeforeBraces
= FormatStyle::BS_Stroustrup;
447
Style.
BreakBeforeBraces
= FormatStyle::BS_GNU;
606
return Style.
BreakBeforeBraces
== FormatStyle::BS_Attach
611
Style.
BreakBeforeBraces
!= FormatStyle::BS_Attach) {
665
if ((Style.
BreakBeforeBraces
== FormatStyle::BS_Allman ||
666
Style.
BreakBeforeBraces
== FormatStyle::BS_GNU) &&
[
all
...]
TokenAnnotator.cpp
[
all
...]
/external/clang/include/clang/Format/
Format.h
283
BraceBreakingStyle
BreakBeforeBraces
;
380
BreakBeforeBraces
== R.
BreakBeforeBraces
&&
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
Completed in 2295 milliseconds