Searched refs:isPostfix (Results 1 – 8 of 8) sorted by relevance
2233 static bool isPostfix(Opcode Op) { in isPostfix() function2243 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function2282 return isPostfix() ? Val->getBeginLoc() : getOperatorLoc(); in getBeginLoc()2285 return isPostfix() ? getOperatorLoc() : Val->getEndLoc(); in getEndLoc()
1386 if (!Node->isPostfix()) { in VisitUnaryOperator()1407 if (Node->isPostfix()) in VisitUnaryOperator()
1323 JOS.attribute("isPostfix", UO->isPostfix()); in VisitUnaryOperator()
1248 OS << " " << (Node->isPostfix() ? "postfix" : "prefix") << " '" in VisitUnaryOperator()
1149 state = state->BindExpr(U, LCtx, U->isPostfix() ? V2 : Result); in VisitIncrementDecrementOperator()
1175 if (S->isPostfix()) in WalkUpFromUnaryOperator()
505 if (UnaryOperator::isPostfix(opcode) && in buildIncDecOperation()
11797 IsPostfixUpdate = AtomicUnaryOp->isPostfix(); in checkStatement()