Searched refs:AssociatedStmt (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 59 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) { in Create() argument 67 Dir->setAssociatedStmt(AssociatedStmt); in Create() 85 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() argument 95 Dir->setAssociatedStmt(AssociatedStmt); in Create() 126 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() argument 136 Dir->setAssociatedStmt(AssociatedStmt); in Create() 175 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() argument 185 Dir->setAssociatedStmt(AssociatedStmt); in Create() 222 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) { in Create() argument 230 Dir->setAssociatedStmt(AssociatedStmt); in Create() [all …]
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 273 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel); 746 Stmt *AssociatedStmt, 820 Stmt *AssociatedStmt, const HelperExprs &Exprs, 888 Stmt *AssociatedStmt, const HelperExprs &Exprs); 958 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel); 1018 Stmt *AssociatedStmt, bool HasCancel); 1078 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt); 1128 Stmt *AssociatedStmt); 1193 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt); 1269 Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel); [all …]
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 310 StmtResult AssociatedStmt; in ParseOpenMPDeclarativeOrExecutableDirective() local 317 AssociatedStmt = ParseStatement(); in ParseOpenMPDeclarativeOrExecutableDirective() 319 AssociatedStmt = Actions.ActOnOpenMPRegionEnd(AssociatedStmt, Clauses); in ParseOpenMPDeclarativeOrExecutableDirective() 322 DKind, DirName, CancelRegion, Clauses, AssociatedStmt.get(), Loc, in ParseOpenMPDeclarativeOrExecutableDirective()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 7073 StmtResult AssociatedStmt; in TransformOMPExecutableDirective() local 7083 AssociatedStmt = in TransformOMPExecutableDirective() 7085 if (AssociatedStmt.isInvalid()) { in TransformOMPExecutableDirective() 7108 AssociatedStmt.get(), D->getLocStart(), D->getLocEnd()); in TransformOMPExecutableDirective()
|