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

/external/clang/include/clang/AST/
H A DExpr.h1705 static bool isIncrementOp(Opcode Op) { function in class:clang::StringLiteral::UnaryOperator
1708 bool isIncrementOp() const { function in class:clang::StringLiteral::UnaryOperator
1709 return isIncrementOp(getOpcode());

Completed in 92 milliseconds