Lines Matching refs:ReductionIdScopeSpec
18496 Scope *S, CXXScopeSpec &ReductionIdScopeSpec, in buildDeclareReductionRef() argument
18499 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef()
18505 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef()
18547 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef()
18615 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef()
18791 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in actOnOMPReductionKindClause() argument
18877 if (ReductionIdScopeSpec.isValid()) in actOnOMPReductionKindClause()
18878 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in actOnOMPReductionKindClause()
18908 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
19032 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
19503 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPReductionClause() argument
19530 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPReductionClause()
19536 RD.Vars, ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPReductionClause()
19546 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPTaskReductionClause() argument
19551 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPTaskReductionClause()
19557 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPTaskReductionClause()
19566 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPInReductionClause() argument
19571 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPInReductionClause()
19577 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPInReductionClause()