Lines Matching refs:ReductionIdScopeSpec
9616 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in ActOnOpenMPVarListClause() argument
9639 EndLoc, ReductionIdScopeSpec, ReductionId); in ActOnOpenMPVarListClause()
9643 EndLoc, ReductionIdScopeSpec, in ActOnOpenMPVarListClause()
9649 EndLoc, ReductionIdScopeSpec, ReductionId); in ActOnOpenMPVarListClause()
10589 Scope *S, CXXScopeSpec &ReductionIdScopeSpec, in buildDeclareReductionRef() argument
10592 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef()
10598 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef()
10640 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef()
10703 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef()
10835 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in actOnOMPReductionKindClause() argument
10921 if (ReductionIdScopeSpec.isValid()) in actOnOMPReductionKindClause()
10922 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in actOnOMPReductionKindClause()
10952 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
11065 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
11460 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPReductionClause() argument
11465 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPReductionClause()
11471 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPReductionClause()
11480 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPTaskReductionClause() argument
11485 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPTaskReductionClause()
11491 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPTaskReductionClause()
11500 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPInReductionClause() argument
11505 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPInReductionClause()
11511 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPInReductionClause()