Searched refs:ReductionIdScopeSpec (Results 1 – 5 of 5) sorted by relevance
/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/clang/include/clang/Parse/ |
D | Parser.h | 2558 CXXScopeSpec ReductionIdScopeSpec; member
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8373 CXXScopeSpec &ReductionIdScopeSpec, 8402 CXXScopeSpec &ReductionIdScopeSpec,
|