Home
last modified time | relevance | path

Searched defs:OMPExecutableDirective (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h295 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 DOpenMPClause.h8872 friend class OMPExecutableDirective; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h82 class OMPExecutableDirective; variable
H A DCGOpenMPRuntime.h46 class OMPExecutableDirective; variable
H A DCGStmtOpenMP.cpp1596 const OMPExecutableDirective &, in emitEmptyBoundParameters()
4530 void VisitOMPExecutableDirective(const OMPExecutableDirective *) {} in VisitOMPExecutableDirective()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8307 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