Home
last modified time | relevance | path

Searched refs:ReductionIdScopeSpec (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseOpenMP.cpp636 static bool ParseReductionId(Parser &P, CXXScopeSpec &ReductionIdScopeSpec, in ParseReductionId() argument
639 if (ReductionIdScopeSpec.isEmpty()) { in ParseReductionId()
676 return P.ParseUnqualifiedId(ReductionIdScopeSpec, /*EnteringContext*/ false, in ParseReductionId()
711 CXXScopeSpec ReductionIdScopeSpec; in ParseOpenMPVarListClause() local
727 ParseOptionalCXXScopeSpecifier(ReductionIdScopeSpec, ParsedType(), false); in ParseOpenMPVarListClause()
730 ParseReductionId(*this, ReductionIdScopeSpec, ReductionId); in ParseOpenMPVarListClause()
814 ReductionIdScopeSpec, in ParseOpenMPVarListClause()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp5133 SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, in ActOnOpenMPVarListClause() argument
5152 EndLoc, ReductionIdScopeSpec, ReductionId); in ActOnOpenMPVarListClause()
5805 CXXScopeSpec &ReductionIdScopeSpec, in ActOnOpenMPReductionClause() argument
5809 assert(ReductionIdScopeSpec.isEmpty() && in ActOnOpenMPReductionClause()
5894 if (ReductionIdScopeSpec.isValid()) { in ActOnOpenMPReductionClause()
5895 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc()); in ActOnOpenMPReductionClause()
6223 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, LHSs, in ActOnOpenMPReductionClause()
HDTreeTransform.h1507 CXXScopeSpec &ReductionIdScopeSpec, in RebuildOMPReductionClause() argument
1510 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec, in RebuildOMPReductionClause()
7360 CXXScopeSpec ReductionIdScopeSpec; in TransformOMPReductionClause() local
7361 ReductionIdScopeSpec.Adopt(C->getQualifierLoc()); in TransformOMPReductionClause()
7371 C->getLocEnd(), ReductionIdScopeSpec, NameInfo); in TransformOMPReductionClause()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h7955 CXXScopeSpec &ReductionIdScopeSpec,
7983 CXXScopeSpec &ReductionIdScopeSpec,