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

/external/clang/include/clang/AST/
H A DExpr.h1712 static bool isDecrementOp(Opcode Op) { function in class:clang::StringLiteral::UnaryOperator
1715 bool isDecrementOp() const { function in class:clang::StringLiteral::UnaryOperator
1716 return isDecrementOp(getOpcode());

Completed in 68 milliseconds