Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h1844 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPReductionClause() argument
1849 ReductionIdScopeSpec, ReductionId, UnresolvedReductions); in RebuildOMPReductionClause()
1859 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPTaskReductionClause() argument
1863 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPTaskReductionClause()
1875 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPInReductionClause() argument
1879 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPInReductionClause()
10007 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPReductionClause() local
10008 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPReductionClause()
10032 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), in TransformOMPReductionClause()
10041 ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPReductionClause()
[all …]
H A DSemaOpenMP.cpp18779 Scope *S, CXXScopeSpec &ReductionIdScopeSpec, in buildDeclareReductionRef() argument
18782 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef()
18788 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef()
18830 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef()
18898 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef()
19074 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in actOnOMPReductionKindClause() argument
19160 if (ReductionIdScopeSpec.isValid()) in actOnOMPReductionKindClause()
19161 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in actOnOMPReductionKindClause()
19191 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
19315 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp4012 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec, in ParseReductionId() argument
4014 if (ReductionIdScopeSpec.isEmpty()) { in ParseReductionId()
4052 ReductionIdScopeSpec, /*ObjectType=*/nullptr, in ParseReductionId()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12037 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec,
12044 CXXScopeSpec &ReductionIdScopeSpec,
12051 CXXScopeSpec &ReductionIdScopeSpec,