Searched refs:getDepobj (Results 1 – 7 of 7) sorted by relevance
787 if (const Expr *Depobj = C->getDepobj()) in VisitOMPDepobjClause()
2094 Node->getDepobj()->printPretty(OS, nullptr, Policy, 0); in VisitOMPDepobjClause()
4589 Expr *getDepobj() { return Depobj; } in getDepobj() function4590 const Expr *getDepobj() const { return Depobj; } in getDepobj() function
3513 TRY_TO(TraverseStmt(C->getDepobj()));
6386 Record.AddStmt(C->getDepobj()); in VisitOMPDepobjClause()
4840 LValue DOLVal = EmitLValue(DO->getDepobj()); in EmitOMPDepobjDirective()
9829 ExprResult E = getDerived().TransformExpr(C->getDepobj()); in TransformOMPDepobjClause()