Searched refs:ReductionIdScopeSpec (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 1803 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPReductionClause() argument 1808 ReductionIdScopeSpec, ReductionId, UnresolvedReductions); in RebuildOMPReductionClause() 1818 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPTaskReductionClause() argument 1834 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPInReductionClause() argument 9860 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPReductionClause() local 9861 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPReductionClause() 9894 ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPReductionClause() 9908 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPTaskReductionClause() local 9909 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPTaskReductionClause() 9953 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPInReductionClause() local [all …]
|
| H A D | SemaOpenMP.cpp | 18496 Scope *S, CXXScopeSpec &ReductionIdScopeSpec, in buildDeclareReductionRef() argument 18499 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef() 18615 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef() 18877 if (ReductionIdScopeSpec.isValid()) in actOnOMPReductionKindClause() 18878 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in actOnOMPReductionKindClause() 19032 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause() 19530 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPReductionClause() 19551 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPTaskReductionClause() 19557 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPTaskReductionClause() 19571 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPInReductionClause() [all …]
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3864 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec, in ParseReductionId() argument 3866 if (ReductionIdScopeSpec.isEmpty()) { in ParseReductionId() 3904 ReductionIdScopeSpec, /*ObjectType=*/nullptr, in ParseReductionId()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 11675 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, 11682 CXXScopeSpec &ReductionIdScopeSpec, 11689 CXXScopeSpec &ReductionIdScopeSpec,
|