OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MustBreakBefore
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Format/
FormatToken.cpp
118
if (Column == Format->Columns || State.NextToken->
MustBreakBefore
) {
178
MustBreakBeforeItem.push_back(ItemBegin->
MustBreakBefore
);
UnwrappedLineFormatter.cpp
171
if (I[1]->Type == LT_Invalid || I[1]->First->
MustBreakBefore
)
357
if (Tok->is(tok::r_brace) && !Tok->
MustBreakBefore
&&
418
if (I[1]->First->
MustBreakBefore
|| I[2]->First->
MustBreakBefore
)
425
if (Tok->
MustBreakBefore
)
529
if (Previous.Children[0]->First->
MustBreakBefore
)
[
all
...]
TokenAnnotator.cpp
[
all
...]
FormatToken.h
154
bool
MustBreakBefore
= false;
ContinuationIndenter.cpp
102
if (!Current.
MustBreakBefore
&& Previous.is(tok::l_brace) &&
139
if (Current.
MustBreakBefore
|| Current.is(TT_InlineASMColon))
[
all
...]
UnwrappedLineParser.cpp
[
all
...]
Completed in 2107 milliseconds