Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h304 OMPExecutableDirective(StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() function
629 friend class OMPExecutableDirective; variable
1588 friend class OMPExecutableDirective; variable
1652 friend class OMPExecutableDirective; variable
1743 friend class OMPExecutableDirective; variable
1806 friend class OMPExecutableDirective; variable
1883 friend class OMPExecutableDirective; variable
1944 friend class OMPExecutableDirective; variable
1996 friend class OMPExecutableDirective; variable
2047 friend class OMPExecutableDirective; variable
[all …]
H A DOpenMPClause.h9008 friend class OMPExecutableDirective; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h84 class OMPExecutableDirective; variable
H A DCGOpenMPRuntime.h46 class OMPExecutableDirective; variable
H A DCGStmtOpenMP.cpp1619 const OMPExecutableDirective &, in emitEmptyBoundParameters()
4602 void VisitOMPExecutableDirective(const OMPExecutableDirective *) {} in VisitOMPExecutableDirective()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8621 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) { in AST_MATCHER() argument
8640 AST_MATCHER_P(OMPExecutableDirective, hasStructuredBlock, in AST_MATCHER_P() argument
8658 AST_MATCHER_P(OMPExecutableDirective, hasAnyClause, in AST_MATCHER_P() argument
8772 AST_MATCHER_P(OMPExecutableDirective, isAllowedToContainClauseKind, in AST_MATCHER_P() argument