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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp263 bool clang::isAllowedClauseForDirective(OpenMPDirectiveKind DKind, argument
485 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { argument
493 isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) argument
501 isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) argument
505 isOpenMPParallelDirective(OpenMPDirectiveKind DKind) argument
511 isOpenMPTargetDirective(OpenMPDirectiveKind DKind) argument
515 isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) argument
519 isOpenMPSimdDirective(OpenMPDirectiveKind DKind) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp43 auto DKind = local
95 auto DKind = ParseOpenMPDirectiveKind(*this); local
179 auto DKind local
425 ParseOpenMPClause(OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, bool FirstClause) argument
858 ParseOpenMPVarListClause(OpenMPDirectiveKind DKind, OpenMPClauseKind Kind) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp71 OpenMPDirectiveKind DKind; member in struct:__anon4043::DSAStackTy::DSAVarData
116 SharingMapTy(OpenMPDirectiveKind DKind, DeclarationNameInfo Name, argument
158 void push(OpenMPDirectiveKind DKind, const DeclarationNameInfo &DirName, argument
367 bool isParallelOrTaskRegion(OpenMPDirectiveKind DKind) { argument
783 auto DKind = DSAStack->getDirectiveForScope(RSI->TheScope); local
[all...]

Completed in 217 milliseconds