Searched refs:ReductionId (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenMP.h | 1160 const DeclarationNameInfo &ReductionId, 1167 const DeclarationNameInfo &ReductionId, 1174 const DeclarationNameInfo &ReductionId,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 17919 const DeclarationNameInfo &ReductionId, QualType Ty, in buildDeclareReductionRef() argument 17925 LookupResult Lookup(SemaRef, ReductionId, Sema::LookupOMPReductionName); in buildDeclareReductionRef() 17970 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef() 17987 LookupResult Lookup(SemaRef, ReductionId, Sema::LookupOMPReductionName); in buildDeclareReductionRef() 18004 argumentDependentLookup(SemaRef, ReductionId, Loc, Ty, Lookups); in buildDeclareReductionRef() 18215 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in actOnOMPReductionKindClause() argument 18217 DeclarationName DN = ReductionId.getName(); in actOnOMPReductionKindClause() 18312 S.Diag(ReductionId.getLoc(), diag::warn_omp_minus_in_reduction_deprecated); in actOnOMPReductionKindClause() 18318 ReductionIdRange.setBegin(ReductionId.getBeginLoc()); in actOnOMPReductionKindClause() 18319 ReductionIdRange.setEnd(ReductionId.getEndLoc()); in actOnOMPReductionKindClause() [all …]
|
H A D | TreeTransform.h | 1895 const DeclarationNameInfo &ReductionId, in RebuildOMPReductionClause() argument 1899 ReductionIdScopeSpec, ReductionId, UnresolvedReductions); in RebuildOMPReductionClause() 1910 const DeclarationNameInfo &ReductionId, in RebuildOMPTaskReductionClause() argument 1914 ReductionId, UnresolvedReductions); in RebuildOMPTaskReductionClause() 1926 const DeclarationNameInfo &ReductionId, in RebuildOMPInReductionClause() argument 1930 ReductionId, UnresolvedReductions); in RebuildOMPInReductionClause()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 4010 UnqualifiedId &ReductionId) { in ParseReductionId() argument 4044 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations); in ParseReductionId() 4053 /*AllowDeductionGuide*/ false, nullptr, ReductionId); in ParseReductionId()
|