Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp18852 bool IsParentBOK = ParentBOKDSA.DKind != OMPD_unknown; in actOnOMPReductionKindClause() local
18855 (DeclareReductionRef.isUsable() && IsParentBOK) || in actOnOMPReductionKindClause()
18856 (IsParentBOK && BOK != ParentBOK) || IsParentReductionOp) { in actOnOMPReductionKindClause()
18872 << (IsParentBOK ? ParentBOKDSA.RefExpr in actOnOMPReductionKindClause()
18878 TaskgroupDescriptor = IsParentBOK ? ParentBOKTD : ParentReductionOpTD; in actOnOMPReductionKindClause()