Searched refs:ReductionIdScopeSpec (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 1731 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec, in ParseReductionId() argument 1733 if (ReductionIdScopeSpec.isEmpty()) { in ParseReductionId() 1770 return P.ParseUnqualifiedId(ReductionIdScopeSpec, /*EnteringContext*/ false, in ParseReductionId() 1872 ParseOptionalCXXScopeSpecifier(Data.ReductionIdScopeSpec, in ParseOpenMPVarList() 1875 InvalidReductionId = ParseReductionId(*this, Data.ReductionIdScopeSpec, in ParseOpenMPVarList() 2076 Data.ReductionIdScopeSpec, Data.ReductionId, Data.DepKind, Data.LinKind, in ParseOpenMPVarListClause()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9616 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in ActOnOpenMPVarListClause() argument 10592 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef() 10703 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef() 10921 if (ReductionIdScopeSpec.isValid()) in actOnOMPReductionKindClause() 10922 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in actOnOMPReductionKindClause() 11065 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause() 11465 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPReductionClause() 11471 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPReductionClause() 11485 ReductionIdScopeSpec, ReductionId, in ActOnOpenMPTaskReductionClause() 11491 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPTaskReductionClause() [all …]
|
| H A D | TreeTransform.h | 1666 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPReductionClause() argument 1670 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPReductionClause() 1681 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPTaskReductionClause() argument 1697 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPInReductionClause() argument 8563 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPReductionClause() local 8564 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPReductionClause() 8588 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), in TransformOMPReductionClause() 8610 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPTaskReductionClause() local 8611 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPTaskReductionClause() 8655 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPInReductionClause() local [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 9251 CXXScopeSpec &ReductionIdScopeSpec, 9282 CXXScopeSpec &ReductionIdScopeSpec, 9289 CXXScopeSpec &ReductionIdScopeSpec, 9296 CXXScopeSpec &ReductionIdScopeSpec,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 2876 CXXScopeSpec ReductionIdScopeSpec; member
|