Searched refs:ReductionIdScopeSpec (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 1159 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, 1166 CXXScopeSpec &ReductionIdScopeSpec, 1173 CXXScopeSpec &ReductionIdScopeSpec,
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 1894 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPReductionClause() argument 1899 ReductionIdScopeSpec, ReductionId, UnresolvedReductions); in RebuildOMPReductionClause() 1909 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPTaskReductionClause() argument 1913 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPTaskReductionClause() 1925 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPInReductionClause() argument 1929 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPInReductionClause() 10518 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPReductionClause() local 10519 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPReductionClause() 10542 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPReductionClause() 10551 ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPReductionClause() [all …]
|
| H A D | SemaOpenMP.cpp | 17918 Scope *S, CXXScopeSpec &ReductionIdScopeSpec, in buildDeclareReductionRef() argument 17921 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef() 17927 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec, in buildDeclareReductionRef() 17970 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef() 18039 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef() 18215 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in actOnOMPReductionKindClause() argument 18315 if (ReductionIdScopeSpec.isValid()) in actOnOMPReductionKindClause() 18316 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in actOnOMPReductionKindClause() 18346 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause() 18470 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause() [all …]
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 4009 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec, in ParseReductionId() argument 4011 if (ReductionIdScopeSpec.isEmpty()) { in ParseReductionId() 4049 ReductionIdScopeSpec, /*ObjectType=*/nullptr, in ParseReductionId()
|