Lines Matching refs:ReductionIdScopeSpec

16425                          Scope *S, CXXScopeSpec &ReductionIdScopeSpec,  in buildDeclareReductionRef()  argument
16428 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef()
16434 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef()
16476 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef()
16544 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef()
16720 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in actOnOMPReductionKindClause() argument
16806 if (ReductionIdScopeSpec.isValid()) in actOnOMPReductionKindClause()
16807 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in actOnOMPReductionKindClause()
16837 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
16961 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
17433 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPReductionClause() argument
17460 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPReductionClause()
17466 RD.Vars, ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPReductionClause()
17476 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPTaskReductionClause() argument
17481 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPTaskReductionClause()
17487 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPTaskReductionClause()
17496 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPInReductionClause() argument
17501 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPInReductionClause()
17507 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPInReductionClause()