HomeSort by relevance Sort by last modified time
    Searched refs:OpenMPDirectiveKind (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/Basic/
OpenMPKinds.h 23 enum OpenMPDirectiveKind {
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);
  /external/clang/lib/Basic/
OpenMPKinds.cpp 23 OpenMPDirectiveKind clang::getOpenMPDirectiveKind(StringRef Str) {
24 return llvm::StringSwitch<OpenMPDirectiveKind>(Str)
31 const char *clang::getOpenMPDirectiveName(OpenMPDirectiveKind Kind) {
165 bool clang::isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
249 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) {
254 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) {
260 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) {
265 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) {
  /external/clang/include/clang/AST/
StmtOpenMP.h 36 OpenMPDirectiveKind Kind;
67 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K,
156 OpenMPDirectiveKind getDirectiveKind() const { return Kind; }
  /external/clang/lib/Parse/
ParseOpenMP.cpp 28 static OpenMPDirectiveKind ParseOpenMPDirectiveKind(Parser &P) {
227 bool Parser::ParseOpenMPSimpleVarList(OpenMPDirectiveKind Kind,
299 OMPClause *Parser::ParseOpenMPClause(OpenMPDirectiveKind DKind,
  /external/clang/lib/Sema/
SemaOpenMP.cpp 61 typedef MatchesAny<OpenMPDirectiveKind> MatchesAnyDirective;
68 OpenMPDirectiveKind DKind;
90 OpenMPDirectiveKind Directive;
94 SharingMapTy(OpenMPDirectiveKind DKind, DeclarationNameInfo Name,
121 void push(OpenMPDirectiveKind DKind, const DeclarationNameInfo &DirName,
159 OpenMPDirectiveKind getCurrentDirective() const {
163 OpenMPDirectiveKind getParentDirective() const {
366 OpenMPDirectiveKind Kind = getCurrentDirective();
476 void Sema::StartOpenMPDSABlock(OpenMPDirectiveKind DKind,
849 OpenMPDirectiveKind DKind = Stack->getCurrentDirective()
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 244 milliseconds