Lines Matching refs:ReductionIdScopeSpec
8024 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in ActOnOpenMPVarListClause() argument
8045 EndLoc, ReductionIdScopeSpec, ReductionId); in ActOnOpenMPVarListClause()
8900 Scope *S, CXXScopeSpec &ReductionIdScopeSpec, in buildDeclareReductionRef() argument
8903 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef()
8909 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef()
8948 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef()
8981 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef()
8991 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPReductionClause() argument
9076 if (ReductionIdScopeSpec.isValid()) in ActOnOpenMPReductionClause()
9077 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in ActOnOpenMPReductionClause()
9117 *this, ELoc, ERange, DSAStack->getCurScope(), ReductionIdScopeSpec, in ActOnOpenMPReductionClause()
9230 *this, ELoc, ERange, DSAStack->getCurScope(), ReductionIdScopeSpec, in ActOnOpenMPReductionClause()
9541 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, Privates, in ActOnOpenMPReductionClause()