Home
last modified time | relevance | path

Searched refs:ReductionIdScopeSpec (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h1765 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPReductionClause() argument
1770 ReductionIdScopeSpec, ReductionId, UnresolvedReductions); in RebuildOMPReductionClause()
1780 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPTaskReductionClause() argument
1784 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPTaskReductionClause()
1796 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPInReductionClause() argument
1800 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPInReductionClause()
9561 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPReductionClause() local
9562 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPReductionClause()
9586 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), in TransformOMPReductionClause()
9595 ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPReductionClause()
[all …]
H A DSemaOpenMP.cpp16042 Scope *S, CXXScopeSpec &ReductionIdScopeSpec, in buildDeclareReductionRef() argument
16045 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef()
16051 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef()
16093 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef()
16161 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef()
16337 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in actOnOMPReductionKindClause() argument
16423 if (ReductionIdScopeSpec.isValid()) in actOnOMPReductionKindClause()
16424 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in actOnOMPReductionKindClause()
16454 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
16578 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp3449 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec, in ParseReductionId() argument
3451 if (ReductionIdScopeSpec.isEmpty()) { in ParseReductionId()
3489 ReductionIdScopeSpec, /*ObjectType=*/nullptr, in ParseReductionId()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11082 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec,
11089 CXXScopeSpec &ReductionIdScopeSpec,
11096 CXXScopeSpec &ReductionIdScopeSpec,