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

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

Completed in 600 milliseconds