Home
last modified time | relevance | path

Searched refs:AssociatedStmt (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDStmtOpenMP.cpp165 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) { in Create() argument
173 Dir->setAssociatedStmt(AssociatedStmt); in Create()
191 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() argument
200 Dir->setAssociatedStmt(AssociatedStmt); in Create()
234 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() argument
243 Dir->setAssociatedStmt(AssociatedStmt); in Create()
286 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() argument
296 Dir->setAssociatedStmt(AssociatedStmt); in Create()
338 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) { in Create() argument
346 Dir->setAssociatedStmt(AssociatedStmt); in Create()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenMP.h399 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel);
1232 Stmt *AssociatedStmt,
1307 Stmt *AssociatedStmt, const HelperExprs &Exprs,
1376 Stmt *AssociatedStmt, const HelperExprs &Exprs);
1447 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel);
1508 Stmt *AssociatedStmt, bool HasCancel);
1569 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt);
1621 Stmt *AssociatedStmt);
1687 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt);
1764 Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel);
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenMP.cpp1967 StmtResult AssociatedStmt; in ParseOpenMPDeclarativeOrExecutableDirective() local
1974 AssociatedStmt = (Sema::CompoundScopeRAII(Actions), ParseStatement()); in ParseOpenMPDeclarativeOrExecutableDirective()
1975 AssociatedStmt = Actions.ActOnOpenMPRegionEnd(AssociatedStmt, Clauses); in ParseOpenMPDeclarativeOrExecutableDirective()
1979 AssociatedStmt = (Sema::CompoundScopeRAII(Actions), in ParseOpenMPDeclarativeOrExecutableDirective()
1982 AssociatedStmt = Actions.ActOnOpenMPRegionEnd(AssociatedStmt, Clauses); in ParseOpenMPDeclarativeOrExecutableDirective()
1985 DKind, DirName, CancelRegion, Clauses, AssociatedStmt.get(), Loc, in ParseOpenMPDeclarativeOrExecutableDirective()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h8007 StmtResult AssociatedStmt; in TransformOMPExecutableDirective() local
8017 AssociatedStmt = in TransformOMPExecutableDirective()
8019 if (AssociatedStmt.isInvalid()) { in TransformOMPExecutableDirective()
8042 AssociatedStmt.get(), D->getBeginLoc(), D->getEndLoc()); in TransformOMPExecutableDirective()