Searched defs:isIncrementDecrementOp (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h1686 static bool isIncrementDecrementOp(Opcode Op) { return Op <= UO_PreDec; } function in class:clang::StringLiteral::UnaryOperator
1687 bool isIncrementDecrementOp() const { function in class:clang::StringLiteral::UnaryOperator
1688 return isIncrementDecrementOp(getOpcode());

Completed in 79 milliseconds