Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp359 bool isParallelOrTaskRegion(OpenMPDirectiveKind DKind) { in isParallelOrTaskRegion() function
454 if (isParallelOrTaskRegion(I->Directive)) in getDSA()
515 while (I != E && !isParallelOrTaskRegion(I->Directive)) { in isOpenMPLocal()
660 if (!DPred(I->Directive) && !isParallelOrTaskRegion(I->Directive)) in hasDSA()
867 isParallelOrTaskRegion(DSAStack->getCurrentDirective())) || in IsOpenMPCapturedVar()
1307 isParallelOrTaskRegion(DKind) && in VisitDeclRefExpr()
1613 } else if (isParallelOrTaskRegion(DSAStack->getCurrentDirective()) && in ActOnOpenMPRegionEnd()
6095 } else if (isParallelOrTaskRegion(DSAStack->getCurrentDirective())) { in ActOnOpenMPScheduleClause()