HomeSort by: relevance | last modified time | path
    Searched refs:AssociatedStmt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 239 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *TaskRedRef,
242 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc);
259 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt,
262 C, Clauses, AssociatedStmt, numLoopChildren(CollapsedNum, OMPD_simd),
294 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt,
297 C, Clauses, AssociatedStmt, numLoopChildren(CollapsedNum, OMPD_for) + 1,
340 unsigned NumLoops, Stmt *AssociatedStmt,
343 C, Clauses, AssociatedStmt, TransformedStmtOffset + 1, StartLoc, EndLoc,
361 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt,
364 C, Clauses, AssociatedStmt, numLoopChildren(CollapsedNum, OMPD_for_simd)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 302 Stmt *AssociatedStmt, unsigned NumChildren,
305 C.Allocate(sizeof(T) + OMPChildren::size(Clauses.size(), AssociatedStmt,
310 AssociatedStmt, NumChildren);
641 /// \param AssociatedStmt Statement associated with the directive.
648 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *TaskRedRef,
1499 /// \param AssociatedStmt Statement, associated with the directive.
1505 Stmt *AssociatedStmt,
1574 /// \param AssociatedStmt Statement, associated with the directive.
1583 Stmt *AssociatedStmt, const HelperExprs &Exprs,
1652 /// \param AssociatedStmt Statement, associated with the directive
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 2547 StmtResult AssociatedStmt;
2557 AssociatedStmt = ParseStatement();
2559 if (AssociatedStmt.isUsable() && isOpenMPLoopDirective(DKind) &&
2561 AssociatedStmt =
2562 Actions.ActOnOpenMPCanonicalLoop(AssociatedStmt.get());
2564 AssociatedStmt = Actions.ActOnOpenMPRegionEnd(AssociatedStmt, Clauses);
2568 AssociatedStmt = (Sema::CompoundScopeRAII(Actions),
2571 AssociatedStmt = Actions.ActOnOpenMPRegionEnd(AssociatedStmt, Clauses)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8436 StmtResult AssociatedStmt;
8456 AssociatedStmt =
8458 if (AssociatedStmt.isInvalid()) {
8481 AssociatedStmt.get(), D->getBeginLoc(), D->getEndLoc());

Completed in 29 milliseconds