Searched refs:ParentDirective (Results 1 – 1 of 1) sorted by relevance
6151 const OpenMPDirectiveKind ParentDirective = DSAStack->getParentDirective(); in mapLoopConstruct() local6158 if (ParentDirective == OMPD_unknown) { in mapLoopConstruct()6161 } else if (ParentDirective == OMPD_parallel || in mapLoopConstruct()6162 ParentDirective == OMPD_target_parallel) { in mapLoopConstruct()6164 } else if (ParentDirective == OMPD_teams || in mapLoopConstruct()6165 ParentDirective == OMPD_target_teams) { in mapLoopConstruct()24086 OpenMPDirectiveKind ParentDirective = DSAStack->getParentDirective(); in ActOnOpenMPExclusiveClause() local24088 if (ParentDirective != OMPD_unknown) in ActOnOpenMPExclusiveClause()24094 if (ParentDirective == OMPD_unknown || DVar.CKind != OMPC_reduction || in ActOnOpenMPExclusiveClause()