Lines Matching refs:ReductionIdScopeSpec
740 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec,
743 if (ReductionIdScopeSpec.isEmpty()) {
780 return P.ParseUnqualifiedId(ReductionIdScopeSpec, /*EnteringContext*/ false,
823 CXXScopeSpec ReductionIdScopeSpec;
849 ParseOptionalCXXScopeSpecifier(ReductionIdScopeSpec, ParsedType(), false);
852 ParseReductionId(*this, ReductionIdScopeSpec, ReductionId);
881 ReductionIdScopeSpec, DeclarationNameInfo(), DepKind,
1026 ReductionIdScopeSpec,