Lines Matching defs:WC
8760 const auto *WC = cast<OpenACCWaitClause>(C);
8761 writeSourceLocation(WC->getLParenLoc());
8762 writeBool(WC->getDevNumExpr());
8763 if (Expr *DNE = WC->getDevNumExpr())
8765 writeSourceLocation(WC->getQueuesLoc());
8767 writeOpenACCIntExprList(WC->getQueueIdExprs());
8824 const auto *WC = cast<OpenACCWorkerClause>(C);
8825 writeSourceLocation(WC->getLParenLoc());
8826 writeBool(WC->hasIntExpr());
8827 if (WC->hasIntExpr())
8828 AddStmt(const_cast<Expr *>(WC->getIntExpr()));