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

/external/clang/include/clang/AST/
H A DExpr.h1692 /// isPostfix - Return true if this is a postfix operation, like x++.
1693 static bool isPostfix(Opcode Op) { function in class:clang::StringLiteral::UnaryOperator
1703 bool isPostfix() const { return isPostfix(getOpcode()); } function in class:clang::StringLiteral::UnaryOperator
1742 return isPostfix() ? Val->getLocStart() : Loc;
1745 return isPostfix() ? Loc : Val->getLocEnd();

Completed in 251 milliseconds