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.h295 OMPExecutableDirective(StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() function
613 friend class OMPExecutableDirective; variable
1573 friend class OMPExecutableDirective; variable
1636 friend class OMPExecutableDirective; variable
1726 friend class OMPExecutableDirective; variable
1789 friend class OMPExecutableDirective; variable
1866 friend class OMPExecutableDirective; variable
1927 friend class OMPExecutableDirective; variable
1979 friend class OMPExecutableDirective; variable
2030 friend class OMPExecutableDirective; variable
[all …]
H A DOpenMPClause.h9595 friend class OMPExecutableDirective; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h85 class OMPExecutableDirective; variable
H A DCGOpenMPRuntime.h46 class OMPExecutableDirective; variable
H A DCGStmtOpenMP.cpp1660 const OMPExecutableDirective &, in emitEmptyBoundParameters()
4802 void VisitOMPExecutableDirective(const OMPExecutableDirective *) {} in VisitOMPExecutableDirective()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8692 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) { in AST_MATCHER() argument
8711 AST_MATCHER_P(OMPExecutableDirective, hasStructuredBlock, in AST_MATCHER_P() argument
8729 AST_MATCHER_P(OMPExecutableDirective, hasAnyClause, in AST_MATCHER_P() argument
8843 AST_MATCHER_P(OMPExecutableDirective, isAllowedToContainClauseKind, in AST_MATCHER_P() argument