OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextOperator
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.cpp
108
if (!Tok.
NextOperator
)
110
return Tok.
NextOperator
->TotalLength - Tok.TotalLength;
697
P->OperatorIndex == 0 && !P->
NextOperator
&& !P->is(TT_ConditionalExpr);
727
Previous.
NextOperator
)) ||
1219
!Current.
NextOperator
? 0 : State.Column;
TokenAnnotator.cpp
2139
LatestOperator->
NextOperator
= Current;
2690
return !Right.
NextOperator
|| !Right.
NextOperator
->Previous->closesScope()
2759
(Left.
NextOperator
|| Left.OperatorIndex != 0))
2762
(Right.
NextOperator
|| Right.OperatorIndex != 0))
2767
(Right.
NextOperator
|| Right.OperatorIndex != 1))
FormatToken.h
423
FormatToken *
NextOperator
= nullptr;
Completed in 18 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026