Home
last modified time | relevance | path

Searched refs:ActOnOpenMPTaskLoopDirective (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h11175 ActOnOpenMPTaskLoopDirective(ArrayRef<OMPClause *> Clauses, Stmt *AStmt,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp6391 Res = ActOnOpenMPTaskLoopDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective()
13209 StmtResult Sema::ActOnOpenMPTaskLoopDirective( in ActOnOpenMPTaskLoopDirective() function in Sema