Searched refs:isPostfix (Results 1 – 8 of 8) sorted by relevance
2262 static bool isPostfix(Opcode Op) { in isPostfix() function2272 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function2311 return isPostfix() ? Val->getBeginLoc() : getOperatorLoc(); in getBeginLoc()2314 return isPostfix() ? getOperatorLoc() : Val->getEndLoc(); in getEndLoc()
1432 if (!Node->isPostfix()) { in VisitUnaryOperator()1453 if (Node->isPostfix()) in VisitUnaryOperator()
1358 JOS.attribute("isPostfix", UO->isPostfix()); in VisitUnaryOperator()
1471 OS << " " << (Node->isPostfix() ? "postfix" : "prefix") << " '" in VisitUnaryOperator()
1151 state = state->BindExpr(U, LCtx, U->isPostfix() ? V2 : Result); in VisitIncrementDecrementOperator()
507 if (UnaryOperator::isPostfix(opcode) && in buildIncDecOperation()
11462 IsPostfixUpdate = AtomicUnaryOp->isPostfix(); in checkStatement()
1176 if (S->isPostfix()) in WalkUpFromUnaryOperator()