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() 127 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() argument 137 Dir->setAssociatedStmt(AssociatedStmt); in Create() 180 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() argument 190 Dir->setAssociatedStmt(AssociatedStmt); in Create() 231 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) { in Create() argument 239 Dir->setAssociatedStmt(AssociatedStmt); in Create() [all …]
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 272 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel); 827 Stmt *AssociatedStmt, 901 Stmt *AssociatedStmt, const HelperExprs &Exprs, 969 Stmt *AssociatedStmt, const HelperExprs &Exprs); 1039 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel); 1099 Stmt *AssociatedStmt, bool HasCancel); 1159 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt); 1209 Stmt *AssociatedStmt); 1274 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt); 1350 Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel); [all …]
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 952 StmtResult AssociatedStmt; in ParseOpenMPDeclarativeOrExecutableDirective() local 959 AssociatedStmt = ParseStatement(); in ParseOpenMPDeclarativeOrExecutableDirective() 961 AssociatedStmt = Actions.ActOnOpenMPRegionEnd(AssociatedStmt, Clauses); in ParseOpenMPDeclarativeOrExecutableDirective() 964 DKind, DirName, CancelRegion, Clauses, AssociatedStmt.get(), Loc, in ParseOpenMPDeclarativeOrExecutableDirective()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 7183 StmtResult AssociatedStmt; in TransformOMPExecutableDirective() local 7193 AssociatedStmt = in TransformOMPExecutableDirective() 7195 if (AssociatedStmt.isInvalid()) { in TransformOMPExecutableDirective() 7218 AssociatedStmt.get(), D->getLocStart(), D->getLocEnd()); in TransformOMPExecutableDirective()
|