Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp1990 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) { in ActOnOpenMPExecutableDirective() argument
2000 if (AStmt) { in ActOnOpenMPExecutableDirective()
2001 assert(isa<CapturedStmt>(AStmt) && "Captured statement expected"); in ActOnOpenMPExecutableDirective()
2004 DSAAttrChecker DSAChecker(DSAStack, *this, cast<CapturedStmt>(AStmt)); in ActOnOpenMPExecutableDirective()
2005 DSAChecker.Visit(cast<CapturedStmt>(AStmt)->getCapturedStmt()); in ActOnOpenMPExecutableDirective()
2025 Res = ActOnOpenMPParallelDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective()
2029 Res = ActOnOpenMPSimdDirective(ClausesWithImplicit, AStmt, StartLoc, EndLoc, in ActOnOpenMPExecutableDirective()
2033 Res = ActOnOpenMPForDirective(ClausesWithImplicit, AStmt, StartLoc, EndLoc, in ActOnOpenMPExecutableDirective()
2037 Res = ActOnOpenMPForSimdDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective()
2041 Res = ActOnOpenMPSectionsDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective()
[all …]
HDTreeTransform.h1347 Stmt *AStmt, SourceLocation StartLoc, in RebuildOMPExecutableDirective() argument
1350 Kind, DirName, CancelRegion, Clauses, AStmt, StartLoc, EndLoc); in RebuildOMPExecutableDirective()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h7742 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc);
7746 Stmt *AStmt,
7752 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc,
7758 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc,
7764 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc,
7770 Stmt *AStmt, SourceLocation StartLoc,
7774 StmtResult ActOnOpenMPSectionDirective(Stmt *AStmt, SourceLocation StartLoc,
7779 Stmt *AStmt, SourceLocation StartLoc,
7783 StmtResult ActOnOpenMPMasterDirective(Stmt *AStmt, SourceLocation StartLoc,
7788 Stmt *AStmt, SourceLocation StartLoc,
[all …]