Searched refs:isOpenMPTeamsDirective (Results 1 – 3 of 3) sorted by relevance
136 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
507 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective() function in clang
361 isOpenMPTeamsDirective(DKind) || DKind == OMPD_unknown || in isParallelOrTaskRegion()427 isOpenMPTeamsDirective(DVar.DKind)) { in getDSA()1321 isOpenMPTeamsDirective(K); in VisitDeclRefExpr()2350 } else if (isOpenMPTeamsDirective(CurrentRegion)) { in CheckNestingOfRegions()2358 if (!NestingProhibited && isOpenMPTeamsDirective(ParentRegion)) { in CheckNestingOfRegions()2371 NestingProhibited = !isOpenMPTeamsDirective(ParentRegion); in CheckNestingOfRegions()5332 if (!OED || !isOpenMPTeamsDirective(OED->getDirectiveKind())) { in ActOnOpenMPTargetDirective()6616 return isOpenMPTeamsDirective(K); in ActOnOpenMPFirstprivateClause()6619 if (DVar.CKind == OMPC_private && isOpenMPTeamsDirective(DVar.DKind)) { in ActOnOpenMPFirstprivateClause()6626 return isOpenMPTeamsDirective(K); in ActOnOpenMPFirstprivateClause()[all …]