Searched refs:ReductionIdScopeSpec (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 1779 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPReductionClause() argument 1784 ReductionIdScopeSpec, ReductionId, UnresolvedReductions); in RebuildOMPReductionClause() 1794 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPTaskReductionClause() argument 1810 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPInReductionClause() argument 9617 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPReductionClause() local 9618 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPReductionClause() 9651 ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPReductionClause() 9665 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPTaskReductionClause() local 9666 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPTaskReductionClause() 9710 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPInReductionClause() local [all …]
|
| H A D | SemaOpenMP.cpp | 16425 Scope *S, CXXScopeSpec &ReductionIdScopeSpec, in buildDeclareReductionRef() argument 16428 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef() 16544 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef() 16806 if (ReductionIdScopeSpec.isValid()) in actOnOMPReductionKindClause() 16807 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in actOnOMPReductionKindClause() 16961 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause() 17460 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPReductionClause() 17481 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPTaskReductionClause() 17487 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPTaskReductionClause() 17501 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPInReductionClause() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3458 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec, in ParseReductionId() argument 3460 if (ReductionIdScopeSpec.isEmpty()) { in ParseReductionId() 3498 ReductionIdScopeSpec, /*ObjectType=*/nullptr, in ParseReductionId()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 11183 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, 11190 CXXScopeSpec &ReductionIdScopeSpec, 11197 CXXScopeSpec &ReductionIdScopeSpec,
|