Searched refs:isPostfix (Results 1 – 6 of 6) sorted by relevance
1943 static bool isPostfix(Opcode Op) { in isPostfix() function1953 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function1992 return isPostfix() ? Val->getBeginLoc() : getOperatorLoc(); in getBeginLoc()1995 return isPostfix() ? getOperatorLoc() : Val->getEndLoc(); in getEndLoc()
1170 if (!Node->isPostfix()) { in VisitUnaryOperator()1191 if (Node->isPostfix()) in VisitUnaryOperator()
757 OS << " " << (Node->isPostfix() ? "postfix" : "prefix") << " '" in VisitUnaryOperator()
1118 state = state->BindExpr(U, LCtx, U->isPostfix() ? V2 : Result); in VisitIncrementDecrementOperator()
512 if (UnaryOperator::isPostfix(opcode) && in buildIncDecOperation()
6481 IsPostfixUpdate = AtomicUnaryOp->isPostfix(); in checkStatement()