Searched refs:ReductionId (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 16043 const DeclarationNameInfo &ReductionId, QualType Ty, in buildDeclareReductionRef() argument 16049 LookupResult Lookup(SemaRef, ReductionId, Sema::LookupOMPReductionName); in buildDeclareReductionRef() 16093 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef() 16109 LookupResult Lookup(SemaRef, ReductionId, Sema::LookupOMPReductionName); in buildDeclareReductionRef() 16126 argumentDependentLookup(SemaRef, ReductionId, Loc, Ty, Lookups); in buildDeclareReductionRef() 16337 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in actOnOMPReductionKindClause() argument 16339 DeclarationName DN = ReductionId.getName(); in actOnOMPReductionKindClause() 16426 ReductionIdRange.setBegin(ReductionId.getBeginLoc()); in actOnOMPReductionKindClause() 16427 ReductionIdRange.setEnd(ReductionId.getEndLoc()); in actOnOMPReductionKindClause() 16455 ReductionId, Type, BasePath, IR == ER ? nullptr : *IR); in actOnOMPReductionKindClause() [all …]
|
H A D | TreeTransform.h | 1766 const DeclarationNameInfo &ReductionId, in RebuildOMPReductionClause() argument 1770 ReductionIdScopeSpec, ReductionId, UnresolvedReductions); in RebuildOMPReductionClause() 1781 const DeclarationNameInfo &ReductionId, in RebuildOMPTaskReductionClause() argument 1785 ReductionId, UnresolvedReductions); in RebuildOMPTaskReductionClause() 1797 const DeclarationNameInfo &ReductionId, in RebuildOMPInReductionClause() argument 1801 ReductionId, UnresolvedReductions); in RebuildOMPInReductionClause()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 3450 UnqualifiedId &ReductionId) { in ParseReductionId() argument 3484 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations); in ParseReductionId() 3493 /*AllowDeductionGuide*/ false, nullptr, ReductionId); in ParseReductionId()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 11083 const DeclarationNameInfo &ReductionId, 11090 const DeclarationNameInfo &ReductionId, 11097 const DeclarationNameInfo &ReductionId,
|