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/
FormatToken.h
29
TT_ConditionalExpr
,
TokenAnnotator.cpp
278
CurrentToken->Type =
TT_ConditionalExpr
;
860
if (Current->Type ==
TT_ConditionalExpr
)
913
if (!Current || Current->Type !=
TT_ConditionalExpr
)
[
all
...]
Format.cpp
619
} else if (Current.Type ==
TT_ConditionalExpr
) {
761
Previous.Type ==
TT_ConditionalExpr
||
[
all
...]
Completed in 24 milliseconds