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