Lines Matching refs:ReductionIdScopeSpec

19118                          Scope *S, CXXScopeSpec &ReductionIdScopeSpec,  in buildDeclareReductionRef()  argument
19121 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef()
19127 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef()
19169 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef()
19237 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef()
19413 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in actOnOMPReductionKindClause() argument
19513 if (ReductionIdScopeSpec.isValid()) in actOnOMPReductionKindClause()
19514 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in actOnOMPReductionKindClause()
19544 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
19668 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
20144 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPReductionClause() argument
20171 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPReductionClause()
20177 RD.Vars, ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPReductionClause()
20187 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPTaskReductionClause() argument
20192 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPTaskReductionClause()
20198 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPTaskReductionClause()
20207 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPInReductionClause() argument
20212 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPInReductionClause()
20218 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPInReductionClause()