HomeSort by: relevance | last modified time | path
    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