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

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

Completed in 37 milliseconds