Searched refs:ReductionIdScopeSpec (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 1228 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, 1235 CXXScopeSpec &ReductionIdScopeSpec, 1242 CXXScopeSpec &ReductionIdScopeSpec,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 1912 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPReductionClause() argument 1917 ModifierLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, ReductionId, in RebuildOMPReductionClause() 1928 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPTaskReductionClause() argument 1932 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPTaskReductionClause() 1944 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPInReductionClause() argument 1948 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPInReductionClause() 11027 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPReductionClause() local 11028 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPReductionClause() 11051 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPReductionClause() 11060 ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPReductionClause() [all …]
|
| H A D | SemaOpenMP.cpp | 18541 Scope *S, CXXScopeSpec &ReductionIdScopeSpec, in buildDeclareReductionRef() argument 18544 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef() 18550 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec, in buildDeclareReductionRef() 18593 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef() 18663 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef() 18849 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in actOnOMPReductionKindClause() argument 18949 if (ReductionIdScopeSpec.isValid()) in actOnOMPReductionKindClause() 18950 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in actOnOMPReductionKindClause() 18981 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause() 19124 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3941 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec, in ParseReductionId() argument 3943 if (ReductionIdScopeSpec.isEmpty()) { in ParseReductionId() 3981 ReductionIdScopeSpec, /*ObjectType=*/nullptr, in ParseReductionId()
|