Searched refs:ReductionIdScopeSpec (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 1870 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPReductionClause() argument 1875 ReductionIdScopeSpec, ReductionId, UnresolvedReductions); in RebuildOMPReductionClause() 1885 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPTaskReductionClause() argument 1901 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPInReductionClause() argument 10183 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPReductionClause() local 10184 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPReductionClause() 10217 ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPReductionClause() 10231 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPTaskReductionClause() local 10232 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPTaskReductionClause() 10276 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPInReductionClause() local [all …]
|
| H A D | SemaOpenMP.cpp | 19118 Scope *S, CXXScopeSpec &ReductionIdScopeSpec, in buildDeclareReductionRef() argument 19121 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef() 19237 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef() 19513 if (ReductionIdScopeSpec.isValid()) in actOnOMPReductionKindClause() 19514 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in actOnOMPReductionKindClause() 19668 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause() 20171 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPReductionClause() 20192 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPTaskReductionClause() 20198 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPTaskReductionClause() 20212 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPInReductionClause() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 4103 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec, in ParseReductionId() argument 4105 if (ReductionIdScopeSpec.isEmpty()) { in ParseReductionId() 4143 ReductionIdScopeSpec, /*ObjectType=*/nullptr, in ParseReductionId()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 12434 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, 12441 CXXScopeSpec &ReductionIdScopeSpec, 12448 CXXScopeSpec &ReductionIdScopeSpec,
|