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

/external/clang/include/clang/Basic/
H A DOpenMPKinds.h23 enum OpenMPDirectiveKind { enum in namespace:clang
65 OpenMPDirectiveKind getOpenMPDirectiveKind(llvm::StringRef Str);
66 const char *getOpenMPDirectiveName(OpenMPDirectiveKind Kind);
74 bool isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
82 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
88 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
94 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
100 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);

Completed in 143 milliseconds