Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5996 const OpenMPDirectiveKind ParentDirective = DSAStack->getParentDirective(); in mapLoopConstruct() local
6008 getLeafConstructsOrSelf(ParentDirective); in mapLoopConstruct()
6010 if (ParentDirective == OMPD_unknown) { in mapLoopConstruct()
22938 OpenMPDirectiveKind ParentDirective = DSAStack->getParentDirective(); in ActOnOpenMPExclusiveClause() local
22940 if (ParentDirective != OMPD_unknown) in ActOnOpenMPExclusiveClause()
22946 if (ParentDirective == OMPD_unknown || DVar.CKind != OMPC_reduction || in ActOnOpenMPExclusiveClause()