Searched defs:ReductionIdScopeSpec (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseOpenMP.cpp516 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec, argument
519 if (ReductionIdScopeSpec.isEmpty()) {
556 return P.ParseUnqualifiedId(ReductionIdScopeSpec, /*EnteringContext*/ false,
585 CXXScopeSpec ReductionIdScopeSpec; local
598 ParseOptionalCXXScopeSpecifier(ReductionIdScopeSpec, ParsedType(), false);
601 ParseReductionId(*this, ReductionIdScopeSpec, ReductionId);
658 ReductionIdScopeSpec,
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp2334 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec,
2352 EndLoc, ReductionIdScopeSpec, ReductionId);
2951 CXXScopeSpec &ReductionIdScopeSpec,
2955 assert(ReductionIdScopeSpec.isEmpty() &&
3003 if (ReductionIdScopeSpec.isValid()) {
3004 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc());
3235 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId);
2331 ActOnOpenMPVarListClause( OpenMPClauseKind Kind, ArrayRef<Expr *> VarList, Expr *TailExpr, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId) argument
2948 ActOnOpenMPReductionClause( ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId) argument
H A DTreeTransform.h1452 CXXScopeSpec &ReductionIdScopeSpec,
1455 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec,
6662 CXXScopeSpec ReductionIdScopeSpec; local
6663 ReductionIdScopeSpec.Adopt(C->getQualifierLoc());
6673 C->getLocEnd(), ReductionIdScopeSpec, NameInfo);
1447 RebuildOMPReductionClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId) argument

Completed in 119 milliseconds