OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TT_UnaryOperator
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
TokenAnnotator.cpp
333
(Current->is(tok::caret) && Current->Type ==
TT_UnaryOperator
) ||
755
if (Current.Type ==
TT_UnaryOperator
&& Current.is(tok::caret))
760
Current.Type =
TT_UnaryOperator
;
[
all
...]
FormatToken.h
71
TT_UnaryOperator
,
Completed in 34 milliseconds