OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanBreakBefore
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Format/
FormatToken.cpp
190
while (ItemEnd->Next && !ItemEnd->Next->
CanBreakBefore
)
ContinuationIndenter.cpp
35
while (End->Next && !End->Next->
CanBreakBefore
) {
96
if (!Current.
CanBreakBefore
&&
184
// Using
CanBreakBefore
here and below takes care of the decision whether the
187
if (Previous.is(TT_BinaryOperator) && Current.
CanBreakBefore
) {
207
} else if (Current.is(TT_BinaryOperator) && Current.
CanBreakBefore
&&
498
if (Current.is(TT_BinaryOperator) && Current.
CanBreakBefore
)
[
all
...]
FormatToken.h
174
bool
CanBreakBefore
= false;
UnwrappedLineFormatter.cpp
362
Tok->
CanBreakBefore
= true;
438
B.First->
CanBreakBefore
= true;
[
all
...]
TokenAnnotator.cpp
[
all
...]
Completed in 3093 milliseconds