Searched defs:OMPExecutableDirective (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 295 OMPExecutableDirective(StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() function 614 friend class OMPExecutableDirective; variable 1572 friend class OMPExecutableDirective; variable 1635 friend class OMPExecutableDirective; variable 1725 friend class OMPExecutableDirective; variable 1788 friend class OMPExecutableDirective; variable 1865 friend class OMPExecutableDirective; variable 1927 friend class OMPExecutableDirective; variable 1978 friend class OMPExecutableDirective; variable 2026 friend class OMPExecutableDirective; variable [all …]
|
H A D | OpenMPClause.h | 8872 friend class OMPExecutableDirective; variable
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenFunction.h | 82 class OMPExecutableDirective; variable
|
H A D | CGOpenMPRuntime.h | 46 class OMPExecutableDirective; variable
|
H A D | CGStmtOpenMP.cpp | 1596 const OMPExecutableDirective &, in emitEmptyBoundParameters() 4530 void VisitOMPExecutableDirective(const OMPExecutableDirective *) {} in VisitOMPExecutableDirective()
|
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 8307 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) { in AST_MATCHER() argument 8326 AST_MATCHER_P(OMPExecutableDirective, hasStructuredBlock, in AST_MATCHER_P() argument 8344 AST_MATCHER_P(OMPExecutableDirective, hasAnyClause, in AST_MATCHER_P() argument 8458 AST_MATCHER_P(OMPExecutableDirective, isAllowedToContainClauseKind, in AST_MATCHER_P() argument
|