Searched refs:ReductionId (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 1229 const DeclarationNameInfo &ReductionId, 1236 const DeclarationNameInfo &ReductionId, 1243 const DeclarationNameInfo &ReductionId,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 18542 const DeclarationNameInfo &ReductionId, QualType Ty, in buildDeclareReductionRef() argument 18548 LookupResult Lookup(SemaRef, ReductionId, Sema::LookupOMPReductionName); in buildDeclareReductionRef() 18593 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef() 18610 LookupResult Lookup(SemaRef, ReductionId, Sema::LookupOMPReductionName); in buildDeclareReductionRef() 18627 argumentDependentLookup(SemaRef, ReductionId, Loc, Ty, Lookups); in buildDeclareReductionRef() 18849 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in actOnOMPReductionKindClause() argument 18851 DeclarationName DN = ReductionId.getName(); in actOnOMPReductionKindClause() 18946 S.Diag(ReductionId.getLoc(), diag::warn_omp_minus_in_reduction_deprecated); in actOnOMPReductionKindClause() 18952 ReductionIdRange.setBegin(ReductionId.getBeginLoc()); in actOnOMPReductionKindClause() 18953 ReductionIdRange.setEnd(ReductionId.getEndLoc()); in actOnOMPReductionKindClause() [all …]
|
| H A D | TreeTransform.h | 1913 const DeclarationNameInfo &ReductionId, in RebuildOMPReductionClause() argument 1917 ModifierLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, ReductionId, in RebuildOMPReductionClause() 1929 const DeclarationNameInfo &ReductionId, in RebuildOMPTaskReductionClause() argument 1933 ReductionId, UnresolvedReductions); in RebuildOMPTaskReductionClause() 1945 const DeclarationNameInfo &ReductionId, in RebuildOMPInReductionClause() argument 1949 ReductionId, UnresolvedReductions); in RebuildOMPInReductionClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3942 UnqualifiedId &ReductionId) { in ParseReductionId() argument 3976 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations); in ParseReductionId() 3985 /*AllowDeductionGuide*/ false, nullptr, ReductionId); in ParseReductionId()
|