Searched defs:isIncrementDecrementOp (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 2259 static bool isIncrementDecrementOp(Opcode Op) { return Op <= UO_PreDec; } isIncrementDecrementOp() function |