Searched refs:OpenMPDirectiveKind (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Basic/ |
D | OpenMPKinds.h | 23 enum OpenMPDirectiveKind { enum 50 OpenMPDirectiveKind getOpenMPDirectiveKind(llvm::StringRef Str); 51 const char *getOpenMPDirectiveName(OpenMPDirectiveKind Kind); 59 bool isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
|
/external/clang/lib/Basic/ |
D | OpenMPKinds.cpp | 23 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/ |
D | ParseOpenMP.cpp | 37 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/ |
D | StmtOpenMP.h | 262 OpenMPDirectiveKind Kind; 280 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() 337 OpenMPDirectiveKind getDirectiveKind() const { return Kind; } in getDirectiveKind()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 202 StmtResult Sema::ActOnOpenMPExecutableDirective(OpenMPDirectiveKind Kind, in ActOnOpenMPExecutableDirective()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 2156 bool ParseOpenMPSimpleVarList(OpenMPDirectiveKind Kind, 2168 OMPClause *ParseOpenMPClause(OpenMPDirectiveKind DKind,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6877 StmtResult ActOnOpenMPExecutableDirective(OpenMPDirectiveKind Kind,
|