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

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

Completed in 49 milliseconds