Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp23598 OpenMPDirectiveKind ParentDirective = DSAStack->getParentDirective(); in ActOnOpenMPExclusiveClause() local
23600 if (ParentDirective != OMPD_unknown) in ActOnOpenMPExclusiveClause()
23606 if (ParentDirective == OMPD_unknown || DVar.CKind != OMPC_reduction || in ActOnOpenMPExclusiveClause()