Searched refs:isPostfix (Results 1 – 6 of 6) sorted by relevance
1745 static bool isPostfix(Opcode Op) { in isPostfix() function1755 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function1794 return isPostfix() ? Val->getLocStart() : Loc; in getLocStart()1797 return isPostfix() ? Loc : Val->getLocEnd(); in getLocEnd()
1267 if (!Node->isPostfix()) { in VisitUnaryOperator()1288 if (Node->isPostfix()) in VisitUnaryOperator()
1863 OS << " " << (Node->isPostfix() ? "postfix" : "prefix") in VisitUnaryOperator()
992 state = state->BindExpr(U, LCtx, U->isPostfix() ? V2 : Result); in VisitIncrementDecrementOperator()
500 if (UnaryOperator::isPostfix(opcode) && in buildIncDecOperation()
4819 IsPostfixUpdate = AtomicUnaryOp->isPostfix(); in checkStatement()