Home
last modified time | relevance | path

Searched defs:DKind (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Basic/
DOpenMPKinds.cpp255 bool clang::isAllowedClauseForDirective(OpenMPDirectiveKind DKind, in isAllowedClauseForDirective()
477 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective()
485 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective()
493 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective()
497 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective()
503 bool clang::isOpenMPTargetDirective(OpenMPDirectiveKind DKind) { in isOpenMPTargetDirective()
507 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective()
511 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective()
/external/clang/lib/Parse/
DParseOpenMP.cpp43 auto DKind = in ParseOpenMPDirectiveKind() local
95 auto DKind = ParseOpenMPDirectiveKind(*this); in ParseOpenMPDeclarativeDirective() local
179 auto DKind = ParseOpenMPDirectiveKind(*this); in ParseOpenMPDeclarativeOrExecutableDirective() local
421 OMPClause *Parser::ParseOpenMPClause(OpenMPDirectiveKind DKind, in ParseOpenMPClause()
817 OMPClause *Parser::ParseOpenMPVarListClause(OpenMPDirectiveKind DKind, in ParseOpenMPVarListClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp71 OpenMPDirectiveKind DKind; member
158 void push(OpenMPDirectiveKind DKind, const DeclarationNameInfo &DirName, in push()
359 bool isParallelOrTaskRegion(OpenMPDirectiveKind DKind) { in isParallelOrTaskRegion()
755 auto DKind = DSAStack->getDirectiveForScope(RSI->TheScope); in IsOpenMPCapturedByRef() local
896 void Sema::StartOpenMPDSABlock(OpenMPDirectiveKind DKind, in StartOpenMPDSABlock()
1301 auto DKind = Stack->getCurrentDirective(); in VisitDeclRefExpr() local
1366 void Sema::ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind, Scope *CurScope) { in ActOnOpenMPRegionStart()
3385 OpenMPDirectiveKind DKind, Stmt *S, Sema &SemaRef, DSAStackTy &DSA, in CheckOpenMPIterationSpace()
3640 CheckOpenMPLoop(OpenMPDirectiveKind DKind, Expr *CollapseLoopCountExpr, in CheckOpenMPLoop()