Home
last modified time | relevance | path

Searched refs:AStmt (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp4462 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) { in ActOnOpenMPExecutableDirective() argument
4474 if (AStmt && !CurContext->isDependentContext()) { in ActOnOpenMPExecutableDirective()
4475 assert(isa<CapturedStmt>(AStmt) && "Captured statement expected"); in ActOnOpenMPExecutableDirective()
4478 DSAAttrChecker DSAChecker(DSAStack, *this, cast<CapturedStmt>(AStmt)); in ActOnOpenMPExecutableDirective()
4480 Stmt *S = AStmt; in ActOnOpenMPExecutableDirective()
4487 auto *CS = cast<CapturedStmt>(AStmt); in ActOnOpenMPExecutableDirective()
4552 Res = ActOnOpenMPParallelDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective()
4557 Res = ActOnOpenMPSimdDirective(ClausesWithImplicit, AStmt, StartLoc, EndLoc, in ActOnOpenMPExecutableDirective()
4563 Res = ActOnOpenMPForDirective(ClausesWithImplicit, AStmt, StartLoc, EndLoc, in ActOnOpenMPExecutableDirective()
4567 Res = ActOnOpenMPForSimdDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective()
[all …]
HDTreeTransform.h1524 Stmt *AStmt, SourceLocation StartLoc, in RebuildOMPExecutableDirective() argument
1527 Kind, DirName, CancelRegion, Clauses, AStmt, StartLoc, EndLoc); in RebuildOMPExecutableDirective()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h9887 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc);
9891 Stmt *AStmt,
9899 ActOnOpenMPSimdDirective(ArrayRef<OMPClause *> Clauses, Stmt *AStmt,
9905 ActOnOpenMPForDirective(ArrayRef<OMPClause *> Clauses, Stmt *AStmt,
9911 ActOnOpenMPForSimdDirective(ArrayRef<OMPClause *> Clauses, Stmt *AStmt,
9917 Stmt *AStmt, SourceLocation StartLoc,
9921 StmtResult ActOnOpenMPSectionDirective(Stmt *AStmt, SourceLocation StartLoc,
9926 Stmt *AStmt, SourceLocation StartLoc,
9930 StmtResult ActOnOpenMPMasterDirective(Stmt *AStmt, SourceLocation StartLoc,
9936 Stmt *AStmt, SourceLocation StartLoc,
[all …]