OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TT_BinaryOperator
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Format/
TokenAnnotator.cpp
72
((CurrentToken->Previous->Type ==
TT_BinaryOperator
&&
112
Left->Previous->Type ==
TT_BinaryOperator
)) {
157
Prev->Type =
TT_BinaryOperator
;
167
if (CurrentToken->Previous->Type ==
TT_BinaryOperator
)
265
Parent->Type =
TT_BinaryOperator
;
448
Tok->Type =
TT_BinaryOperator
;
462
Tok->Type =
TT_BinaryOperator
;
470
if (CurrentToken && CurrentToken->Previous->Type ==
TT_BinaryOperator
)
475
if (CurrentToken->Previous->Type ==
TT_BinaryOperator
)
702
if (Previous->Type ==
TT_BinaryOperator
&
[
all
...]
ContinuationIndenter.cpp
180
Previous.Previous->Type !=
TT_BinaryOperator
; // For >>.
183
if (Previous.Type ==
TT_BinaryOperator
&&
185
Current.Type !=
TT_BinaryOperator
&& // For >>.
313
else if ((Previous.Type ==
TT_BinaryOperator
||
410
Previous.Type ==
TT_BinaryOperator
)
446
PreviousNonComment->Type !=
TT_BinaryOperator
&&
447
Current.Type !=
TT_BinaryOperator
&& !PreviousNonComment->opensScope())
462
Previous.Type ==
TT_BinaryOperator
) ||
583
if ((Current.Type ==
TT_BinaryOperator
&& Current.isNot(tok::lessless)) ||
709
(Previous->Type ==
TT_BinaryOperator
||
[
all
...]
FormatToken.h
31
TT_BinaryOperator
,
Completed in 36 milliseconds