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

/external/clang/include/clang/AST/
H A DExpr.h1574 /// isPostfix - Return true if this is a postfix operation, like x++.
1575 static bool isPostfix(Opcode Op) { function in class:clang::StringLiteral::UnaryOperator
1585 bool isPostfix() const { return isPostfix(getOpcode()); } function in class:clang::StringLiteral::UnaryOperator
1624 if (isPostfix())

Completed in 109 milliseconds