Searched refs:isPostfix (Results 1 – 5 of 5) sorted by relevance
1671 static bool isPostfix(Opcode Op) { in isPostfix() function1681 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function1720 return isPostfix() ? Val->getLocStart() : Loc; in getLocStart()1723 return isPostfix() ? Loc : Val->getLocEnd(); in getLocEnd()
847 if (!Node->isPostfix()) { in VisitUnaryOperator()868 if (Node->isPostfix()) in VisitUnaryOperator()
1618 OS << " " << (Node->isPostfix() ? "postfix" : "prefix") in VisitUnaryOperator()
938 state = state->BindExpr(U, LCtx, U->isPostfix() ? V2 : Result); in VisitIncrementDecrementOperator()
463 if (UnaryOperator::isPostfix(opcode) && in buildIncDecOperation()