Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp229 OpenMPDirectiveKind getCurrentDirective() const { in getCurrentDirective() function in __anon216cbd260111::DSAStackTy
847 if (DSAStack->getCurrentDirective() == OMPD_target && in IsOpenMPCapturedVar()
862 if (DSAStack->getCurrentDirective() != OMPD_unknown && in IsOpenMPCapturedVar()
867 isParallelOrTaskRegion(DSAStack->getCurrentDirective())) || in IsOpenMPCapturedVar()
1273 << getOpenMPDirectiveName(Stack->getCurrentDirective()); in ReportOriginalDSA()
1301 auto DKind = Stack->getCurrentDirective(); in VisitDeclRefExpr()
1613 } else if (isParallelOrTaskRegion(DSAStack->getCurrentDirective()) && in ActOnOpenMPRegionEnd()
3373 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()
6095 } else if (isParallelOrTaskRegion(DSAStack->getCurrentDirective())) { in ActOnOpenMPScheduleClause()
6390 DSAStack->getCurrentDirective() == OMPD_task) { in ActOnOpenMPPrivateClause()
[all …]