Searched refs:getCurrentDirective (Results 1 – 1 of 1) sorted by relevance
226 OpenMPDirectiveKind getCurrentDirective() const { in getCurrentDirective() function in __anone74a4b2f0111::DSAStackTy993 if (DSAStack->getCurrentDirective() == OMPD_target && in IsOpenMPCapturedDecl()1005 if (DSAStack->getCurrentDirective() != OMPD_unknown && in IsOpenMPCapturedDecl()1011 isParallelOrTaskRegion(DSAStack->getCurrentDirective())) || in IsOpenMPCapturedDecl()1446 << getOpenMPDirectiveName(Stack->getCurrentDirective()); in ReportOriginalDSA()1477 auto DKind = Stack->getCurrentDirective(); in VisitDeclRefExpr()1527 auto DKind = Stack->getCurrentDirective(); in VisitMemberExpr()1807 } else if (isParallelOrTaskRegion(DSAStack->getCurrentDirective())) { in ActOnOpenMPRegionEnd()1852 if (isOpenMPWorksharingDirective(DSAStack->getCurrentDirective()) && in ActOnOpenMPRegionEnd()1853 isOpenMPSimdDirective(DSAStack->getCurrentDirective()) && OC && in ActOnOpenMPRegionEnd()[all …]