Lines Matching refs:ReductionIdScopeSpec
1803 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPReductionClause() argument
1808 ReductionIdScopeSpec, ReductionId, UnresolvedReductions); in RebuildOMPReductionClause()
1818 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPTaskReductionClause() argument
1822 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPTaskReductionClause()
1834 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPInReductionClause() argument
1838 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPInReductionClause()
9860 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPReductionClause() local
9861 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPReductionClause()
9885 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), in TransformOMPReductionClause()
9894 ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPReductionClause()
9908 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPTaskReductionClause() local
9909 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPTaskReductionClause()
9932 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPTaskReductionClause()
9939 C->getEndLoc(), ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPTaskReductionClause()
9953 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPInReductionClause() local
9954 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPInReductionClause()
9977 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPInReductionClause()
9984 C->getEndLoc(), ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPInReductionClause()