Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.h94 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp260 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/external/clang/lib/Sema/
DSemaOpenMP.cpp257 if (isOpenMPParallelDirective(DVar.DKind)) { in getDSA()
285 if (isOpenMPParallelDirective(I->Directive)) in getDSA()
331 while (I != E && !isOpenMPParallelDirective(I->Directive)) { in isOpenMPLocal()
367 if (!isOpenMPParallelDirective(Kind)) { in getTopDSA()
862 (isOpenMPParallelDirective(DKind) || DKind == OMPD_task) && in VisitDeclRefExpr()
1100 !isOpenMPParallelDirective(CurrentRegion) && in CheckNestingOfRegions()
2665 !isOpenMPParallelDirective(CurrDir)) { in ActOnOpenMPFirstprivateClause()
2777 !isOpenMPParallelDirective(CurrDir)) { in ActOnOpenMPLastprivateClause()
3169 !isOpenMPParallelDirective(CurrDir)) { in ActOnOpenMPReductionClause()