OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BAS_DontAlign
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.cpp
173
if (Style.AlignAfterOpenBracket == FormatStyle::
BAS_DontAlign
)
ContinuationIndenter.cpp
650
if (Style.AlignAfterOpenBracket != FormatStyle::
BAS_DontAlign
&&
1362
(Style.AlignAfterOpenBracket != FormatStyle::
BAS_DontAlign
||
1393
Style.AlignAfterOpenBracket != FormatStyle::
BAS_DontAlign
)
Format.cpp
341
IO.enumCase(Value, "DontAlign", FormatStyle::
BAS_DontAlign
);
346
IO.enumCase(Value, "false", FormatStyle::
BAS_DontAlign
);
1178
GoogleStyle.AlignAfterOpenBracket = FormatStyle::
BAS_DontAlign
;
1326
Style.AlignAfterOpenBracket = FormatStyle::
BAS_DontAlign
;
TokenAnnotator.cpp
2729
Style.AlignAfterOpenBracket != FormatStyle::
BAS_DontAlign
)
2744
if (Style.AlignAfterOpenBracket == FormatStyle::
BAS_DontAlign
&&
/src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h
77
BAS_DontAlign
,
Completed in 26 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026