OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlignAfterOpenBracket
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Format/
Format.h
73
BracketAlignmentStyle
AlignAfterOpenBracket
;
591
AlignAfterOpenBracket
== R.
AlignAfterOpenBracket
&&
/external/clang/lib/Format/
FormatToken.cpp
158
if (Style.
AlignAfterOpenBracket
== FormatStyle::BAS_DontAlign)
Format.cpp
226
IO.mapOptional("
AlignAfterOpenBracket
", Style.
AlignAfterOpenBracket
);
468
LLVMStyle.
AlignAfterOpenBracket
= FormatStyle::BAS_Align;
569
GoogleStyle.
AlignAfterOpenBracket
= FormatStyle::BAS_DontAlign;
580
GoogleStyle.
AlignAfterOpenBracket
= FormatStyle::BAS_AlwaysBreak;
638
Style.
AlignAfterOpenBracket
= FormatStyle::BAS_DontAlign;
[
all
...]
ContinuationIndenter.cpp
334
if (Style.
AlignAfterOpenBracket
== FormatStyle::BAS_AlwaysBreak &&
340
if (Style.
AlignAfterOpenBracket
!= FormatStyle::BAS_DontAlign &&
[
all
...]
TokenAnnotator.cpp
[
all
...]
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
Completed in 108 milliseconds