Lines Matching refs:ReductionIdScopeSpec

18779                          Scope *S, CXXScopeSpec &ReductionIdScopeSpec,  in buildDeclareReductionRef()  argument
18782 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef()
18788 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef()
18830 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef()
18898 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef()
19074 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in actOnOMPReductionKindClause() argument
19160 if (ReductionIdScopeSpec.isValid()) in actOnOMPReductionKindClause()
19161 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in actOnOMPReductionKindClause()
19191 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
19315 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
19786 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPReductionClause() argument
19813 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPReductionClause()
19819 RD.Vars, ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPReductionClause()
19829 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPTaskReductionClause() argument
19834 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPTaskReductionClause()
19840 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPTaskReductionClause()
19849 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPInReductionClause() argument
19854 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPInReductionClause()
19860 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPInReductionClause()