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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2119 static bool isIncrementDecrementOp(Opcode Op) { return Op <= UO_PreDec; } function in class:clang::final::UnaryOperator
2120 bool isIncrementDecrementOp() const { function in class:clang::final::UnaryOperator

Completed in 138 milliseconds