Searched refs:ReductionId (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 18780 const DeclarationNameInfo &ReductionId, QualType Ty, in buildDeclareReductionRef() argument 18786 LookupResult Lookup(SemaRef, ReductionId, Sema::LookupOMPReductionName); in buildDeclareReductionRef() 18830 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef() 18846 LookupResult Lookup(SemaRef, ReductionId, Sema::LookupOMPReductionName); in buildDeclareReductionRef() 18863 argumentDependentLookup(SemaRef, ReductionId, Loc, Ty, Lookups); in buildDeclareReductionRef() 19074 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in actOnOMPReductionKindClause() argument 19076 DeclarationName DN = ReductionId.getName(); in actOnOMPReductionKindClause() 19163 ReductionIdRange.setBegin(ReductionId.getBeginLoc()); in actOnOMPReductionKindClause() 19164 ReductionIdRange.setEnd(ReductionId.getEndLoc()); in actOnOMPReductionKindClause() 19192 ReductionId, Type, BasePath, IR == ER ? nullptr : *IR); in actOnOMPReductionKindClause() [all …]
|
| H A D | TreeTransform.h | 1845 const DeclarationNameInfo &ReductionId, in RebuildOMPReductionClause() argument 1849 ReductionIdScopeSpec, ReductionId, UnresolvedReductions); in RebuildOMPReductionClause() 1860 const DeclarationNameInfo &ReductionId, in RebuildOMPTaskReductionClause() argument 1864 ReductionId, UnresolvedReductions); in RebuildOMPTaskReductionClause() 1876 const DeclarationNameInfo &ReductionId, in RebuildOMPInReductionClause() argument 1880 ReductionId, UnresolvedReductions); in RebuildOMPInReductionClause()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 4013 UnqualifiedId &ReductionId) { in ParseReductionId() argument 4047 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations); in ParseReductionId() 4056 /*AllowDeductionGuide*/ false, nullptr, ReductionId); in ParseReductionId()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 12038 const DeclarationNameInfo &ReductionId, 12045 const DeclarationNameInfo &ReductionId, 12052 const DeclarationNameInfo &ReductionId,
|