Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp19234 OpenMPDirectiveKind ParentDirective = DSAStack->getParentDirective(); in ActOnOpenMPExclusiveClause() local
19236 if (ParentDirective != OMPD_unknown) in ActOnOpenMPExclusiveClause()
19242 if (ParentDirective == OMPD_unknown || DVar.CKind != OMPC_reduction || in ActOnOpenMPExclusiveClause()