Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp15569 bool IsParentBOK = ParentBOKDSA.DKind != OMPD_unknown; in actOnOMPReductionKindClause() local
15572 (DeclareReductionRef.isUsable() && IsParentBOK) || in actOnOMPReductionKindClause()
15573 (IsParentBOK && BOK != ParentBOK) || IsParentReductionOp) { in actOnOMPReductionKindClause()
15589 << (IsParentBOK ? ParentBOKDSA.RefExpr in actOnOMPReductionKindClause()
15595 TaskgroupDescriptor = IsParentBOK ? ParentBOKTD : ParentReductionOpTD; in actOnOMPReductionKindClause()