Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.h100 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp361 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective() function in clang
/external/clang/lib/Sema/
DSemaOpenMP.cpp235 isOpenMPTeamsDirective(DKind) || DKind == OMPD_unknown; in isParallelOrTaskRegion()
300 isOpenMPTeamsDirective(DVar.DKind)) { in getDSA()
986 isOpenMPTeamsDirective(K); in VisitDeclRefExpr()
1712 } else if (isOpenMPTeamsDirective(CurrentRegion)) { in CheckNestingOfRegions()
1720 if (!NestingProhibited && isOpenMPTeamsDirective(ParentRegion)) { in CheckNestingOfRegions()
3970 if (!OED || !isOpenMPTeamsDirective(OED->getDirectiveKind())) { in ActOnOpenMPTargetDirective()