| ASTStmtReader class | OMPParallelForDirective | friend |
| classof(const Stmt *T) | OMPParallelForDirective | inlinestatic |
| counters() | OMPLoopDirective | inline |
| counters() const | OMPLoopDirective | inline |
| Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, ArrayRef< OMPClause * > Clauses, Stmt *AssociatedStmt, const HelperExprs &Exprs, Expr *TaskRedRef, bool HasCancel) | OMPParallelForDirective | static |
| CreateEmpty(const ASTContext &C, unsigned NumClauses, unsigned CollapsedNum, EmptyShell) | OMPParallelForDirective | static |
| dependent_counters() | OMPLoopDirective | inline |
| dependent_counters() const | OMPLoopDirective | inline |
| dependent_inits() | OMPLoopDirective | inline |
| dependent_inits() const | OMPLoopDirective | inline |
| finals() | OMPLoopDirective | inline |
| finals() const | OMPLoopDirective | inline |
| finals_conditions() | OMPLoopDirective | inline |
| finals_conditions() const | OMPLoopDirective | inline |
| getArraysOffset(OpenMPDirectiveKind Kind) | OMPLoopDirective | inlineprotectedstatic |
| getBody() | OMPLoopDirective | |
| getBody() const | OMPLoopDirective | inline |
| getCalcLastIteration() const | OMPLoopDirective | inline |
| getCombinedCond() const | OMPLoopDirective | inline |
| getCombinedDistCond() const | OMPLoopDirective | inline |
| getCombinedEnsureUpperBound() const | OMPLoopDirective | inline |
| getCombinedInit() const | OMPLoopDirective | inline |
| getCombinedLowerBoundVariable() const | OMPLoopDirective | inline |
| getCombinedNextLowerBound() const | OMPLoopDirective | inline |
| getCombinedNextUpperBound() const | OMPLoopDirective | inline |
| getCombinedParForInDistCond() const | OMPLoopDirective | inline |
| getCombinedUpperBoundVariable() const | OMPLoopDirective | inline |
| getCond() const | OMPLoopDirective | inline |
| getDistInc() const | OMPLoopDirective | inline |
| getEnsureUpperBound() const | OMPLoopDirective | inline |
| getInc() const | OMPLoopDirective | inline |
| getInit() const | OMPLoopDirective | inline |
| getIsLastIterVariable() const | OMPLoopDirective | inline |
| getIterationVariable() const | OMPLoopDirective | inline |
| getLastIteration() const | OMPLoopDirective | inline |
| getLowerBoundVariable() const | OMPLoopDirective | inline |
| getNextLowerBound() const | OMPLoopDirective | inline |
| getNextUpperBound() const | OMPLoopDirective | inline |
| getNumIterations() const | OMPLoopDirective | inline |
| getPreCond() const | OMPLoopDirective | inline |
| getPreInits() const | OMPLoopDirective | inline |
| getPreInits() | OMPLoopDirective | inline |
| getPrevEnsureUpperBound() const | OMPLoopDirective | inline |
| getPrevLowerBoundVariable() const | OMPLoopDirective | inline |
| getPrevUpperBoundVariable() const | OMPLoopDirective | inline |
| getStrideVariable() const | OMPLoopDirective | inline |
| getTaskReductionRefExpr() | OMPParallelForDirective | inline |
| getTaskReductionRefExpr() const | OMPParallelForDirective | inline |
| getUpperBoundVariable() const | OMPLoopDirective | inline |
| hasCancel() const | OMPParallelForDirective | inline |
| inits() | OMPLoopDirective | inline |
| inits() const | OMPLoopDirective | inline |
| numLoopChildren(unsigned CollapsedNum, OpenMPDirectiveKind Kind) | OMPLoopDirective | inlineprotectedstatic |
| OMPExecutableDirective class | OMPParallelForDirective | friend |
| OMPLoopDirective(StmtClass SC, OpenMPDirectiveKind Kind, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum) | OMPLoopDirective | inlineprotected |
| private_counters() | OMPLoopDirective | inline |
| private_counters() const | OMPLoopDirective | inline |
| setCalcLastIteration(Expr *CLI) | OMPLoopDirective | inlineprotected |
| setCombinedCond(Expr *CombCond) | OMPLoopDirective | inlineprotected |
| setCombinedDistCond(Expr *CombDistCond) | OMPLoopDirective | inlineprotected |
| setCombinedEnsureUpperBound(Expr *CombEUB) | OMPLoopDirective | inlineprotected |
| setCombinedInit(Expr *CombInit) | OMPLoopDirective | inlineprotected |
| setCombinedLowerBoundVariable(Expr *CombLB) | OMPLoopDirective | inlineprotected |
| setCombinedNextLowerBound(Expr *CombNLB) | OMPLoopDirective | inlineprotected |
| setCombinedNextUpperBound(Expr *CombNUB) | OMPLoopDirective | inlineprotected |
| setCombinedParForInDistCond(Expr *CombParForInDistCond) | OMPLoopDirective | inlineprotected |
| setCombinedUpperBoundVariable(Expr *CombUB) | OMPLoopDirective | inlineprotected |
| setCond(Expr *Cond) | OMPLoopDirective | inlineprotected |
| setCounters(ArrayRef< Expr * > A) | OMPLoopDirective | protected |
| setDependentCounters(ArrayRef< Expr * > A) | OMPLoopDirective | protected |
| setDependentInits(ArrayRef< Expr * > A) | OMPLoopDirective | protected |
| setDistInc(Expr *DistInc) | OMPLoopDirective | inlineprotected |
| setEnsureUpperBound(Expr *EUB) | OMPLoopDirective | inlineprotected |
| setFinals(ArrayRef< Expr * > A) | OMPLoopDirective | protected |
| setFinalsConditions(ArrayRef< Expr * > A) | OMPLoopDirective | protected |
| setInc(Expr *Inc) | OMPLoopDirective | inlineprotected |
| setInit(Expr *Init) | OMPLoopDirective | inlineprotected |
| setInits(ArrayRef< Expr * > A) | OMPLoopDirective | protected |
| setIsLastIterVariable(Expr *IL) | OMPLoopDirective | inlineprotected |
| setIterationVariable(Expr *IV) | OMPLoopDirective | inlineprotected |
| setLastIteration(Expr *LI) | OMPLoopDirective | inlineprotected |
| setLowerBoundVariable(Expr *LB) | OMPLoopDirective | inlineprotected |
| setNextLowerBound(Expr *NLB) | OMPLoopDirective | inlineprotected |
| setNextUpperBound(Expr *NUB) | OMPLoopDirective | inlineprotected |
| setNumIterations(Expr *NI) | OMPLoopDirective | inlineprotected |
| setPreCond(Expr *PC) | OMPLoopDirective | inlineprotected |
| setPreInits(Stmt *PreInits) | OMPLoopDirective | inlineprotected |
| setPrevEnsureUpperBound(Expr *PrevEUB) | OMPLoopDirective | inlineprotected |
| setPrevLowerBoundVariable(Expr *PrevLB) | OMPLoopDirective | inlineprotected |
| setPrevUpperBoundVariable(Expr *PrevUB) | OMPLoopDirective | inlineprotected |
| setPrivateCounters(ArrayRef< Expr * > A) | OMPLoopDirective | protected |
| setStrideVariable(Expr *ST) | OMPLoopDirective | inlineprotected |
| setUpdates(ArrayRef< Expr * > A) | OMPLoopDirective | protected |
| setUpperBoundVariable(Expr *UB) | OMPLoopDirective | inlineprotected |
| updates() | OMPLoopDirective | inline |
| updates() const | OMPLoopDirective | inline |