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

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

Completed in 158 milliseconds