Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6151 const OpenMPDirectiveKind ParentDirective = DSAStack->getParentDirective(); in mapLoopConstruct() local
6158 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() local
24088 if (ParentDirective != OMPD_unknown) in ActOnOpenMPExclusiveClause()
24094 if (ParentDirective == OMPD_unknown || DVar.CKind != OMPC_reduction || in ActOnOpenMPExclusiveClause()