Home
last modified time | relevance | path

Searched refs:OpenMPDirectiveKind (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.h23 enum OpenMPDirectiveKind { enum
50 OpenMPDirectiveKind getOpenMPDirectiveKind(llvm::StringRef Str);
51 const char *getOpenMPDirectiveName(OpenMPDirectiveKind Kind);
59 bool isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
/external/clang/lib/Basic/
DOpenMPKinds.cpp23 OpenMPDirectiveKind clang::getOpenMPDirectiveKind(StringRef Str) { in getOpenMPDirectiveKind()
24 return llvm::StringSwitch<OpenMPDirectiveKind>(Str) in getOpenMPDirectiveKind()
31 const char *clang::getOpenMPDirectiveName(OpenMPDirectiveKind Kind) { in getOpenMPDirectiveName()
108 bool clang::isAllowedClauseForDirective(OpenMPDirectiveKind DKind, in isAllowedClauseForDirective()
/external/clang/lib/Parse/
DParseOpenMP.cpp37 OpenMPDirectiveKind DKind = Tok.isAnnotation() ? in ParseOpenMPDeclarativeDirective()
89 OpenMPDirectiveKind DKind = Tok.isAnnotation() ? in ParseOpenMPDeclarativeOrExecutableDirective()
183 bool Parser::ParseOpenMPSimpleVarList(OpenMPDirectiveKind Kind, in ParseOpenMPSimpleVarList()
250 OMPClause *Parser::ParseOpenMPClause(OpenMPDirectiveKind DKind, in ParseOpenMPClause()
/external/clang/include/clang/AST/
DStmtOpenMP.h262 OpenMPDirectiveKind Kind;
280 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective()
337 OpenMPDirectiveKind getDirectiveKind() const { return Kind; } in getDirectiveKind()
/external/clang/lib/Sema/
DSemaOpenMP.cpp202 StmtResult Sema::ActOnOpenMPExecutableDirective(OpenMPDirectiveKind Kind, in ActOnOpenMPExecutableDirective()
/external/clang/include/clang/Parse/
DParser.h2156 bool ParseOpenMPSimpleVarList(OpenMPDirectiveKind Kind,
2168 OMPClause *ParseOpenMPClause(OpenMPDirectiveKind DKind,
/external/clang/include/clang/Sema/
DSema.h6877 StmtResult ActOnOpenMPExecutableDirective(OpenMPDirectiveKind Kind,