Searched refs:isPostfix (Results 1 – 8 of 8) sorted by relevance
2312 static bool isPostfix(Opcode Op) { in isPostfix() function2322 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function2361 return isPostfix() ? Val->getBeginLoc() : getOperatorLoc(); in getBeginLoc()2364 return isPostfix() ? getOperatorLoc() : Val->getEndLoc(); in getEndLoc()
1570 if (!Node->isPostfix()) { in VisitUnaryOperator()1591 if (Node->isPostfix()) in VisitUnaryOperator()
1372 JOS.attribute("isPostfix", UO->isPostfix()); in VisitUnaryOperator()
1624 OS << " " << (Node->isPostfix() ? "postfix" : "prefix") << " '" in VisitUnaryOperator()
1191 state = state->BindExpr(U, LCtx, U->isPostfix() ? V2 : Result); in VisitIncrementDecrementOperator()
505 if (UnaryOperator::isPostfix(opcode) && in buildIncDecOperation()
11536 IsPostfixUpdate = AtomicUnaryOp->isPostfix(); in checkStatement()
1168 if (S->isPostfix()) in WalkUpFromUnaryOperator()