Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurrDir

2658       OpenMPDirectiveKind CurrDir = DSAStack->getCurrentDirective();
2664 if (isOpenMPWorksharingDirective(CurrDir) &&
2665 !isOpenMPParallelDirective(CurrDir)) {
2769 OpenMPDirectiveKind CurrDir = DSAStack->getCurrentDirective();
2776 if (isOpenMPWorksharingDirective(CurrDir) &&
2777 !isOpenMPParallelDirective(CurrDir)) {
3167 OpenMPDirectiveKind CurrDir = DSAStack->getCurrentDirective();
3168 if (isOpenMPWorksharingDirective(CurrDir) &&
3169 !isOpenMPParallelDirective(CurrDir)) {