Searched refs:getDepobj (Results 1 – 7 of 7) sorted by relevance
857 if (const Expr *Depobj = C->getDepobj()) in VisitOMPDepobjClause()
2476 Node->getDepobj()->printPretty(OS, nullptr, Policy, 0); in VisitOMPDepobjClause()
5438 Expr *getDepobj() { return Depobj; } in getDepobj() function5439 const Expr *getDepobj() const { return Depobj; } in getDepobj() function
3879 TRY_TO(TraverseStmt(C->getDepobj()));
8208 Record.AddStmt(C->getDepobj()); in VisitOMPDepobjClause()
5637 LValue DOLVal = EmitLValue(DO->getDepobj()); in EmitOMPDepobjDirective()
11241 ExprResult E = getDerived().TransformExpr(C->getDepobj()); in TransformOMPDepobjClause()