OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OperatorIndex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h
419
unsigned
OperatorIndex
= 0;
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)
Completed in 17 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026