OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BreakBeforeBraces
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h
1438
BraceBreakingStyle
BreakBeforeBraces
;
1477
///
BreakBeforeBraces
: Custom
1702
/// If ``
BreakBeforeBraces
`` is set to ``BS_Custom``, use this to specify how
1706
///
BreakBeforeBraces
: Custom
3283
BreakBeforeBraces
== R.
BreakBeforeBraces
&&
/src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.cpp
592
if (AddLevels > 0 && Style.
BreakBeforeBraces
== FormatStyle::BS_Whitesmiths)
619
if (AddLevels > 0u && Style.
BreakBeforeBraces
!= FormatStyle::BS_Whitesmiths)
2150
Style.
BreakBeforeBraces
== FormatStyle::BS_Whitesmiths;
2257
if (Style.
BreakBeforeBraces
== FormatStyle::BS_Whitesmiths)
2284
Style.
BreakBeforeBraces
== FormatStyle::BS_Whitesmiths) {
2981
Style.
BreakBeforeBraces
== FormatStyle::BS_Whitesmiths;
Format.cpp
569
IO.mapOptional("
BreakBeforeBraces
", Style.
BreakBeforeBraces
);
832
if (Style.
BreakBeforeBraces
== FormatStyle::BS_Custom)
853
switch (Style.
BreakBeforeBraces
) {
970
LLVMStyle.
BreakBeforeBraces
= FormatStyle::BS_Attach;
1307
MozillaStyle.
BreakBeforeBraces
= FormatStyle::BS_Mozilla;
1331
Style.
BreakBeforeBraces
= FormatStyle::BS_WebKit;
1351
Style.
BreakBeforeBraces
= FormatStyle::BS_GNU;
1367
Style.
BreakBeforeBraces
= FormatStyle::BS_Custom;
ContinuationIndenter.cpp
988
if (Style.
BreakBeforeBraces
== FormatStyle::BS_Whitesmiths &&
Completed in 20 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026