Lines Matching refs:ReductionIdScopeSpec
1844 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPReductionClause() argument
1849 ReductionIdScopeSpec, ReductionId, UnresolvedReductions); in RebuildOMPReductionClause()
1859 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPTaskReductionClause() argument
1863 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPTaskReductionClause()
1875 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPInReductionClause() argument
1879 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPInReductionClause()
10007 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPReductionClause() local
10008 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPReductionClause()
10032 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), in TransformOMPReductionClause()
10041 ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPReductionClause()
10055 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPTaskReductionClause() local
10056 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPTaskReductionClause()
10079 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPTaskReductionClause()
10086 C->getEndLoc(), ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPTaskReductionClause()
10100 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPInReductionClause() local
10101 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPInReductionClause()
10124 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPInReductionClause()
10131 C->getEndLoc(), ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPInReductionClause()