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 605 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec,
608 if (ReductionIdScopeSpec.isEmpty()) {
645 return P.ParseUnqualifiedId(ReductionIdScopeSpec, /*EnteringContext*/ false,
678 CXXScopeSpec ReductionIdScopeSpec;
691 ParseOptionalCXXScopeSpecifier(ReductionIdScopeSpec, ParsedType(), false);
694 ParseReductionId(*this, ReductionIdScopeSpec, ReductionId);
756 ReductionIdScopeSpec,
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 50 milliseconds