OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TT_ConditionalExpr
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Format/
ContinuationIndenter.cpp
139
(Current.is(tok::question) || (Current.Type ==
TT_ConditionalExpr
&&
142
(Previous.is(tok::question) || Previous.Type ==
TT_ConditionalExpr
))) &&
150
Previous.Type !=
TT_ConditionalExpr
&& nextIsMultilineString(State))
314
Previous.Type ==
TT_ConditionalExpr
||
516
NextNonComment->Type ==
TT_ConditionalExpr
) ||
517
Previous.Type ==
TT_ConditionalExpr
))
584
Current.Type ==
TT_ConditionalExpr
)
710
Previous->Type ==
TT_ConditionalExpr
) &&
715
(Previous->Type ==
TT_ConditionalExpr
&&
[
all
...]
TokenAnnotator.cpp
351
CurrentToken->Type =
TT_ConditionalExpr
;
762
Current.Type =
TT_ConditionalExpr
;
[
all
...]
FormatToken.h
35
TT_ConditionalExpr
,
Completed in 25 milliseconds