HomeSort by relevance Sort by last modified time
    Searched refs:ReductionIdScopeSpec (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Parse/
ParseOpenMP.cpp 516 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec,
519 if (ReductionIdScopeSpec.isEmpty()) {
556 return P.ParseUnqualifiedId(ReductionIdScopeSpec, /*EnteringContext*/ false,
585 CXXScopeSpec ReductionIdScopeSpec;
598 ParseOptionalCXXScopeSpecifier(ReductionIdScopeSpec, ParsedType(), false);
601 ParseReductionId(*this, ReductionIdScopeSpec, ReductionId);
658 ReductionIdScopeSpec,
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 105 milliseconds