/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 1476 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec, in ParseReductionId() argument 1479 if (ReductionIdScopeSpec.isEmpty()) { in ParseReductionId() 1516 return P.ParseUnqualifiedId(ReductionIdScopeSpec, /*EnteringContext*/ false, in ParseReductionId() 1544 ParseOptionalCXXScopeSpecifier(Data.ReductionIdScopeSpec, in ParseOpenMPVarList() 1547 InvalidReductionId = ParseReductionId(*this, Data.ReductionIdScopeSpec, in ParseOpenMPVarList() 1777 Data.ReductionIdScopeSpec, Data.ReductionId, Data.DepKind, Data.LinKind, in ParseOpenMPVarListClause()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8024 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in ActOnOpenMPVarListClause() argument 8045 EndLoc, ReductionIdScopeSpec, ReductionId); in ActOnOpenMPVarListClause() 8900 Scope *S, CXXScopeSpec &ReductionIdScopeSpec, in buildDeclareReductionRef() argument 8903 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef() 8909 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef() 8948 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef() 8981 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef() 8991 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in ActOnOpenMPReductionClause() argument 9076 if (ReductionIdScopeSpec.isValid()) in ActOnOpenMPReductionClause() 9077 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in ActOnOpenMPReductionClause() [all …]
|
D | TreeTransform.h | 1570 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPReductionClause() argument 1574 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPReductionClause() 7878 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPReductionClause() local 7879 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPReductionClause() 7903 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), in TransformOMPReductionClause() 7911 C->getLocEnd(), ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPReductionClause()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 1749 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPReductionClause() argument 1754 ReductionIdScopeSpec, ReductionId, UnresolvedReductions); in RebuildOMPReductionClause() 1764 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPTaskReductionClause() argument 1768 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPTaskReductionClause() 1780 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPInReductionClause() argument 1784 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPInReductionClause() 9323 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPReductionClause() local 9324 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPReductionClause() 9348 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), in TransformOMPReductionClause() 9357 ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPReductionClause() [all …]
|
D | SemaOpenMP.cpp | 14679 Scope *S, CXXScopeSpec &ReductionIdScopeSpec, in buildDeclareReductionRef() argument 14682 if (ReductionIdScopeSpec.isInvalid()) in buildDeclareReductionRef() 14688 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef() 14730 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef() 14798 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef() 14959 CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, in actOnOMPReductionKindClause() argument 15045 if (ReductionIdScopeSpec.isValid()) in actOnOMPReductionKindClause() 15046 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in actOnOMPReductionKindClause() 15076 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause() 15200 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause() [all …]
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 3098 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec, in ParseReductionId() argument 3100 if (ReductionIdScopeSpec.isEmpty()) { in ParseReductionId() 3138 ReductionIdScopeSpec, /*ObjectType=*/nullptr, in ParseReductionId()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 2558 CXXScopeSpec ReductionIdScopeSpec; member
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 10898 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, 10905 CXXScopeSpec &ReductionIdScopeSpec, 10912 CXXScopeSpec &ReductionIdScopeSpec,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8373 CXXScopeSpec &ReductionIdScopeSpec, 8402 CXXScopeSpec &ReductionIdScopeSpec,
|