OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BreakBeforeBraces
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Format/
Format.h
244
BraceBreakingStyle
BreakBeforeBraces
;
274
/// If \c
BreakBeforeBraces
is set to \c custom, use this to specify how each
615
BreakBeforeBraces
== R.
BreakBeforeBraces
&&
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
/external/clang/lib/Format/
Format.cpp
272
IO.mapOptional("
BreakBeforeBraces
", Style.
BreakBeforeBraces
);
416
if (Style.
BreakBeforeBraces
== FormatStyle::BS_Custom)
421
switch (Style.
BreakBeforeBraces
) {
487
LLVMStyle.
BreakBeforeBraces
= FormatStyle::BS_Attach;
622
MozillaStyle.
BreakBeforeBraces
= FormatStyle::BS_Mozilla;
642
Style.
BreakBeforeBraces
= FormatStyle::BS_WebKit;
660
Style.
BreakBeforeBraces
= FormatStyle::BS_GNU;
[
all
...]
Completed in 40 milliseconds