Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h295 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 DOpenMPClause.h8463 friend class OMPExecutableDirective; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h85 class OMPExecutableDirective; variable
H A DCGOpenMPRuntime.h47 class OMPExecutableDirective; variable
H A DCGStmtOpenMP.cpp1601 const OMPExecutableDirective &, in emitEmptyBoundParameters()
4217 void VisitOMPExecutableDirective(const OMPExecutableDirective *) { return; } in VisitOMPExecutableDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7863 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