OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OperatorIndex
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.cpp
2100
unsigned
OperatorIndex
= 0;
2141
Current->
OperatorIndex
=
OperatorIndex
;
2142
++
OperatorIndex
;
2759
(Left.NextOperator || Left.
OperatorIndex
!= 0))
2762
(Right.NextOperator || Right.
OperatorIndex
!= 0))
2767
(Right.NextOperator || Right.
OperatorIndex
!= 1))
2771
if (!Left.is(tok::r_paren) || Right.
OperatorIndex
> 0)
FormatToken.h
419
unsigned
OperatorIndex
= 0;
ContinuationIndenter.cpp
697
P->
OperatorIndex
== 0 && !P->NextOperator && !P->is(TT_ConditionalExpr);
726
(Previous.isNot(tok::lessless) || Previous.
OperatorIndex
!= 0 ||
Completed in 25 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026