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

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

Completed in 7758 milliseconds