Searched defs:OMPExecutableDirective (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 295 OMPExecutableDirective(StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() function 608 friend class OMPExecutableDirective; variable 1471 friend class OMPExecutableDirective; variable 1534 friend class OMPExecutableDirective; variable 1624 friend class OMPExecutableDirective; variable 1687 friend class OMPExecutableDirective; variable 1764 friend class OMPExecutableDirective; variable 1826 friend class OMPExecutableDirective; variable 1877 friend class OMPExecutableDirective; variable 1925 friend class OMPExecutableDirective; variable [all …]
|
H A D | OpenMPClause.h | 8463 friend class OMPExecutableDirective; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenFunction.h | 85 class OMPExecutableDirective; variable
|
H A D | CGOpenMPRuntime.h | 47 class OMPExecutableDirective; variable
|
H A D | CGStmtOpenMP.cpp | 1601 const OMPExecutableDirective &, in emitEmptyBoundParameters() 4217 void VisitOMPExecutableDirective(const OMPExecutableDirective *) { return; } in VisitOMPExecutableDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 7863 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) { in AST_MATCHER() argument 7882 AST_MATCHER_P(OMPExecutableDirective, hasStructuredBlock, in AST_MATCHER_P() argument 7900 AST_MATCHER_P(OMPExecutableDirective, hasAnyClause, in AST_MATCHER_P() argument 7991 AST_MATCHER_P(OMPExecutableDirective, isAllowedToContainClauseKind, in AST_MATCHER_P() argument
|